* 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
* Re: sed: Explicitly disable acl for deterministic builds
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
0 siblings, 1 reply; 3+ messages in thread
From: Koen Kooi @ 2012-05-04 14:15 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Op 4 mei 2012, om 16:04 heeft Richard Purdie het volgende geschreven:
>
> 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"
Missing PR bump
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: sed: Explicitly disable acl for deterministic builds
2012-05-04 14:15 ` Koen Kooi
@ 2012-05-07 16:21 ` Mark Hatle
0 siblings, 0 replies; 3+ messages in thread
From: Mark Hatle @ 2012-05-07 16:21 UTC (permalink / raw)
To: openembedded-core
On 5/4/12 9:15 AM, Koen Kooi wrote:
>
> Op 4 mei 2012, om 16:04 heeft Richard Purdie het volgende geschreven:
>
>>
>> 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"
I'm wondering if ACLs should be a distro flag....
> Missing PR bump
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
^ permalink raw reply [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