mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-27 07:27:14 +00:00
fscryptctl: update to 1.0.1
Don't build man as it needs pandoc Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
+6
-1
@@ -9,11 +9,16 @@ SECTION = "base"
|
|||||||
LICENSE = "Apache-2.0"
|
LICENSE = "Apache-2.0"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
||||||
|
|
||||||
SRCREV = "56b898c896240328adef7407090215abbe9ee03d"
|
SRCREV = "7c80c73c084ce9ea49a03b814dac7a82fd7b4c23"
|
||||||
SRC_URI = "git://github.com/google/fscryptctl.git;branch=master;protocol=https"
|
SRC_URI = "git://github.com/google/fscryptctl.git;branch=master;protocol=https"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
do_compile:prepend() {
|
||||||
|
sed -i 's/fscryptctl\.1//g' ${S}/Makefile
|
||||||
|
sed -i 's/install-man//g' ${S}/Makefile
|
||||||
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
oe_runmake DESTDIR=${D} PREFIX=/usr install
|
oe_runmake DESTDIR=${D} PREFIX=/usr install
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user