aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sed
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-04 11:28:42 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-08 14:49:17 +0100
commitb0adc50a72f3d815b347c5575c18625364f3c931 (patch)
treedba7c72ded41c006d7d69d9eac4214d2dd99ed49 /meta/recipes-extended/sed
parentdd289637bf3f21e120328035b74bb558c6c574a2 (diff)
downloadopenembedded-core-contrib-b0adc50a72f3d815b347c5575c18625364f3c931.tar.gz
sed: Explicitly disable acl for deterministic builds
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/sed')
-rw-r--r--meta/recipes-extended/sed/sed_4.2.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/sed/sed_4.2.1.bb b/meta/recipes-extended/sed/sed_4.2.1.bb
index 9fbb6e7e12..0fceecd6be 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}