[OE-core] [PATCH 27/32] sed: Explicitly disable acl for deterministic builds

Scott Garman scott.a.garman at intel.com
Thu May 24 21:38:38 UTC 2012


From: Richard Purdie <richard.purdie at linuxfoundation.org>

---
 meta/recipes-extended/sed/sed_4.2.1.bb |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-extended/sed/sed_4.2.1.bb b/meta/recipes-extended/sed/sed_4.2.1.bb
index 9fbb6e7..0fceecd 100644
--- a/meta/recipes-extended/sed/sed_4.2.1.bb
+++ b/meta/recipes-extended/sed/sed_4.2.1.bb
@@ -4,7 +4,7 @@ LICENSE = "GPLv3+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
                     file://sed/sed.h;beginline=1;endline=17;md5=767ab3a06d7584f6fd0469abaec4412f"
 SECTION = "console/utils"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz"
 
@@ -13,6 +13,8 @@ SRC_URI[sha256sum] = "8773541ce097fdc4c5b9e7da12a82dffbb30cd91f7bc169f52f05f93b7
 
 inherit autotools update-alternatives gettext
 
+EXTRA_OECONF = "--disable-acl"
+
 do_install () {
 	autotools_do_install
 	install -d ${D}${base_bindir}
-- 
1.7.9.5





More information about the Openembedded-core mailing list