diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-04 11:28:42 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-31 21:15:13 +0100 |
commit | 4abd299bf088c70d544668ac52997adab0a4dad8 (patch) | |
tree | 99d6e8dce1190b4f23557337192d61a42c9d7876 /meta/recipes-extended/sed | |
parent | 30c3c8420ec15f58d9d4696041480277b672a403 (diff) | |
download | poky-4abd299bf088c70d544668ac52997adab0a4dad8.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.bb | 4 |
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+" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ |
5 | file://sed/sed.h;beginline=1;endline=17;md5=767ab3a06d7584f6fd0469abaec4412f" | 5 | file://sed/sed.h;beginline=1;endline=17;md5=767ab3a06d7584f6fd0469abaec4412f" |
6 | SECTION = "console/utils" | 6 | SECTION = "console/utils" |
7 | PR = "r2" | 7 | PR = "r3" |
8 | 8 | ||
9 | SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz" | 9 | SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz" |
10 | 10 | ||
@@ -13,6 +13,8 @@ SRC_URI[sha256sum] = "8773541ce097fdc4c5b9e7da12a82dffbb30cd91f7bc169f52f05f93b7 | |||
13 | 13 | ||
14 | inherit autotools update-alternatives gettext | 14 | inherit autotools update-alternatives gettext |
15 | 15 | ||
16 | EXTRA_OECONF = "--disable-acl" | ||
17 | |||
16 | do_install () { | 18 | do_install () { |
17 | autotools_do_install | 19 | autotools_do_install |
18 | install -d ${D}${base_bindir} | 20 | install -d ${D}${base_bindir} |