summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/composefs/composefs_1.0.5.bb (renamed from meta-oe/recipes-support/composefs/composefs_1.0.4.bb)12
1 files changed, 5 insertions, 7 deletions
diff --git a/meta-oe/recipes-support/composefs/composefs_1.0.4.bb b/meta-oe/recipes-support/composefs/composefs_1.0.5.bb
index 7b934e4ea4..14133fdcb6 100644
--- a/meta-oe/recipes-support/composefs/composefs_1.0.4.bb
+++ b/meta-oe/recipes-support/composefs/composefs_1.0.5.bb
@@ -13,20 +13,18 @@ LIC_FILES_CHKSUM = "\
13 file://LICENSE.Apache-2.0;md5=3b83ef96387f14655fc854ddc3c6bd57 \ 13 file://LICENSE.Apache-2.0;md5=3b83ef96387f14655fc854ddc3c6bd57 \
14" 14"
15 15
16SRCREV = "7623e4dc89f62ada5724d4e41d0a16d2671312f5" 16SRCREV = "098d985a1b9a15ac828d7b2382297a6955e31e40"
17SRC_URI = "git://github.com/containers/composefs.git;protocol=https;branch=main" 17SRC_URI = "git://github.com/containers/composefs.git;protocol=https;branch=main"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20
21inherit autotools pkgconfig 21inherit meson
22 22
23DEPENDS = "openssl" 23DEPENDS = "openssl"
24 24
25EXTRA_OECONF += " \ 25EXTRA_OEMESON += " \
26 --disable-man \ 26 -Dman=disabled \
27 --without-fuse \ 27 -Dfuse=disabled \
28" 28"
29 29
30LDFLAGS:append:class-native = " -pthread"
31
32BBCLASSEXTEND = "native" 30BBCLASSEXTEND = "native"