similarity index 84%
rename from recipes-security/fscryptctl/fscryptctl_1.0.0.bb
rename to recipes-security/fscryptctl/fscryptctl_1.1.0.bb
@@ -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
}
Don't build man as it needs pandoc Signed-off-by: Armin Kuster <akuster808@gmail.com> --- .../{fscryptctl_1.0.0.bb => fscryptctl_1.1.0.bb} | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) rename recipes-security/fscryptctl/{fscryptctl_1.0.0.bb => fscryptctl_1.1.0.bb} (84%)