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:
Armin Kuster
2023-04-26 12:12:10 -04:00
parent e92e4dadde
commit ae23806825

View File

@@ -9,11 +9,16 @@ SECTION = "base"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRCREV = "56b898c896240328adef7407090215abbe9ee03d"
SRCREV = "7c80c73c084ce9ea49a03b814dac7a82fd7b4c23"
SRC_URI = "git://github.com/google/fscryptctl.git;branch=master;protocol=https"
S = "${WORKDIR}/git"
do_compile:prepend() {
sed -i 's/fscryptctl\.1//g' ${S}/Makefile
sed -i 's/install-man//g' ${S}/Makefile
}
do_install() {
oe_runmake DESTDIR=${D} PREFIX=/usr install
}