diff mbox series

[meta-security,4/4] fscryptctl: update to 1.0.1

Message ID 20230428103402.1022697-4-akuster808@gmail.com
State New
Headers show
Series [meta-security,1/4] ossec-hids: update to tip of 3.7.0 | expand

Commit Message

akuster808 April 28, 2023, 10:34 a.m. UTC
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%)
diff mbox series

Patch

diff --git a/recipes-security/fscryptctl/fscryptctl_1.0.0.bb b/recipes-security/fscryptctl/fscryptctl_1.1.0.bb
similarity index 84%
rename from recipes-security/fscryptctl/fscryptctl_1.0.0.bb
rename to recipes-security/fscryptctl/fscryptctl_1.1.0.bb
index d319e48..3de2bfa 100644
--- a/recipes-security/fscryptctl/fscryptctl_1.0.0.bb
+++ b/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
 }