* [meta-oe] zile: uprev from 2.4.9 to 2.4.11 and add acl support
@ 2016-09-08 2:25 Randy MacLeod
0 siblings, 0 replies; only message in thread
From: Randy MacLeod @ 2016-09-08 2:25 UTC (permalink / raw)
To: openembedded-devel
Add support for the acl DISTRO_FEATURE using PACKAGECONFIG
Inherit pkgconfig since zile-2.4.11 uses that to find bdwgc (aka libgc).
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
---
.../recipes-support/zile/{zile_2.4.9.bb => zile_2.4.11.bb} | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
rename meta-oe/recipes-support/zile/{zile_2.4.9.bb => zile_2.4.11.bb} (47%)
diff --git a/meta-oe/recipes-support/zile/zile_2.4.9.bb b/meta-oe/recipes-support/zile/zile_2.4.11.bb
similarity index 47%
rename from meta-oe/recipes-support/zile/zile_2.4.9.bb
rename to meta-oe/recipes-support/zile/zile_2.4.11.bb
index 2551a80..b3f1918 100644
--- a/meta-oe/recipes-support/zile/zile_2.4.9.bb
+++ b/meta-oe/recipes-support/zile/zile_2.4.11.bb
@@ -9,7 +9,12 @@ SRC_URI = "http://ftp.gnu.org/gnu/zile/${BP}.tar.gz \
file://remove-help2man.patch \
"
-SRC_URI[md5sum] = "84a0af58fb4fbe3af16bde2ef2b8f5ae"
-SRC_URI[sha256sum] = "c71959c7aca02ac66be526ecccbc7954fb0ea7591ed3c13311a95e8f040b0049"
+SRC_URI[md5sum] = "7a460ccec64e3bec2835697b2eae533c"
+SRC_URI[sha256sum] = "1fd27bbddc61491b1fbb29a345d0d344734aa9e80cfa07b02892eedf831fa9cc"
-inherit autotools
+inherit autotools pkgconfig
+
+PACKAGECONFIG ??= ""
+PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'acl', 'acl', '', d)}"
+
+PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl,"
--
1.9.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-09-08 2:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-08 2:25 [meta-oe] zile: uprev from 2.4.9 to 2.4.11 and add acl support Randy MacLeod
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.