diff options
| -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 | ||
| 16 | SRCREV = "7623e4dc89f62ada5724d4e41d0a16d2671312f5" | 16 | SRCREV = "098d985a1b9a15ac828d7b2382297a6955e31e40" |
| 17 | SRC_URI = "git://github.com/containers/composefs.git;protocol=https;branch=main" | 17 | SRC_URI = "git://github.com/containers/composefs.git;protocol=https;branch=main" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
| 20 | 20 | ||
| 21 | inherit autotools pkgconfig | 21 | inherit meson |
| 22 | 22 | ||
| 23 | DEPENDS = "openssl" | 23 | DEPENDS = "openssl" |
| 24 | 24 | ||
| 25 | EXTRA_OECONF += " \ | 25 | EXTRA_OEMESON += " \ |
| 26 | --disable-man \ | 26 | -Dman=disabled \ |
| 27 | --without-fuse \ | 27 | -Dfuse=disabled \ |
| 28 | " | 28 | " |
| 29 | 29 | ||
| 30 | LDFLAGS:append:class-native = " -pthread" | ||
| 31 | |||
| 32 | BBCLASSEXTEND = "native" | 30 | BBCLASSEXTEND = "native" |
