Openembedded Core Discussions
 help / color / mirror / Atom feed
* sed: Explicitly disable acl for deterministic builds
@ 2012-05-04 14:04 Richard Purdie
  2012-05-04 14:15 ` Koen Kooi
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2012-05-04 14:04 UTC (permalink / raw)
  To: openembedded-core


Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/recipes-extended/sed/sed_4.2.1.bb b/meta/recipes-extended/sed/sed_4.2.1.bb
index 9fbb6e7..92f59e4 100644
--- a/meta/recipes-extended/sed/sed_4.2.1.bb
+++ b/meta/recipes-extended/sed/sed_4.2.1.bb
@@ -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}





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-05-07 16:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-04 14:04 sed: Explicitly disable acl for deterministic builds Richard Purdie
2012-05-04 14:15 ` Koen Kooi
2012-05-07 16:21   ` Mark Hatle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox