* Re: [oe-commits] Stanislav Brabec : autoconf213-native: Added old autoconf for fennec recipe .
[not found] <20090407212047.6CF5A1893D2@amethyst.openembedded.net>
@ 2009-04-11 13:04 ` GNUtoo
2009-04-12 3:12 ` Khem Raj
0 siblings, 1 reply; 4+ messages in thread
From: GNUtoo @ 2009-04-11 13:04 UTC (permalink / raw)
To: openembedded-devel
On Tue, 2009-04-07 at 23:20 +0200, GIT User account wrote:
> Module: openembedded.git
> Branch: org.openembedded.dev
> Commit: 949728423681eda38e5e34b84cd3281bba71fdf7
> URL: http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=949728423681eda38e5e34b84cd3281bba71fdf7
>
> Author: Stanislav Brabec <utx@penguin.cz>
> Date: Tue Apr 7 21:16:38 2009 +0000
>
> autoconf213-native: Added old autoconf for fennec recipe.
>
> ---
>
> conf/checksums.ini | 4 ++++
> recipes/autoconf/autoconf213-native_2.13.bb | 9 +++++++++
> recipes/autoconf/autoconf213_2.13.bb | 5 +++++
> recipes/mozilla/fennec_hg.bb | 2 +-
> 4 files changed, 19 insertions(+), 1 deletions(-)
>
> diff --git a/conf/checksums.ini b/conf/checksums.ini
> index 0b05edf..48edc83 100644
> --- a/conf/checksums.ini
> +++ b/conf/checksums.ini
> @@ -1970,6 +1970,10 @@ sha256=fce50bc26351bbbe31154d9a734cb433ec8fb404efc5febd50c149e5eaf62449
> md5=dc3fc7209752207c23e7c94ab886b340
> sha256=636eef7f400c2f3df489c0d2fa21507e88692113561e75a40a26c52bc422d7fc
>
> +[ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.13.tar.gz]
> +md5=9de56d4a161a723228220b0f425dc711
> +sha256=f0611136bee505811e9ca11ca7ac188ef5323a8e2ef19cffd3edb3cf08fd791e
> +
> [ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.57.tar.bz2]
> md5=407ea53787ce13f5ca427e9a51e05bc2
> sha256=e1035aa2c21fae2a934d1ab56c774ce9d22717881dab8a1a5b16d294fb793489
> diff --git a/recipes/autoconf/autoconf213-native_2.13.bb b/recipes/autoconf/autoconf213-native_2.13.bb
> new file mode 100644
> index 0000000..3954ef3
> --- /dev/null
> +++ b/recipes/autoconf/autoconf213-native_2.13.bb
> @@ -0,0 +1,9 @@
> +require autoconf213_${PV}.bb
> +
> +DEPENDS = "m4-native gnu-config-native"
> +RDEPENDS_${PN} = "m4-native gnu-config-native"
> +
> +S = "${WORKDIR}/autoconf-${PV}"
> +FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/autoconf-${PV}"
> +
> +inherit native
> diff --git a/recipes/autoconf/autoconf213_2.13.bb b/recipes/autoconf/autoconf213_2.13.bb
> new file mode 100644
> index 0000000..022f696
> --- /dev/null
> +++ b/recipes/autoconf/autoconf213_2.13.bb
> @@ -0,0 +1,5 @@
> +require autoconf.inc
> +SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.gz"
> +PR = "r1"
> +EXTRA_OECONF = "--program-transform-name=s/\$/2.13/"
> +EXTRA_OEMAKE = 'acdatadir="${datadir}/autoconf-${PV}" infodir="${datadir}/autoconf-${PV}/info"'
> diff --git a/recipes/mozilla/fennec_hg.bb b/recipes/mozilla/fennec_hg.bb
> index fad2203..18286a0 100644
> --- a/recipes/mozilla/fennec_hg.bb
> +++ b/recipes/mozilla/fennec_hg.bb
> @@ -1,5 +1,5 @@
> DESCRIPTION = "Mozilla Mobile browser"
> -DEPENDS += "cairo alsa-lib "
> +DEPENDS += "autoconf213-native cairo alsa-lib"
>
> PV = "0.9+1.0b2pre"
> MOZPV = "1.0b2pre"
>
>
> _______________________________________________
> Openembedded-commits mailing list
> Openembedded-commits@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits
I've a question about this commit:
if someone bitbakes autoconf-2.13 does it overwrite the one that there
was before?
Denis.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [oe-commits] Stanislav Brabec : autoconf213-native: Added old autoconf for fennec recipe .
2009-04-11 13:04 ` [oe-commits] Stanislav Brabec : autoconf213-native: Added old autoconf for fennec recipe GNUtoo
@ 2009-04-12 3:12 ` Khem Raj
2009-04-12 6:55 ` Koen Kooi
2009-04-13 21:37 ` Stanislav Brabec
0 siblings, 2 replies; 4+ messages in thread
From: Khem Raj @ 2009-04-12 3:12 UTC (permalink / raw)
To: openembedded-devel
On Sat, Apr 11, 2009 at 6:04 AM, GNUtoo <GNUtoo@no-log.org> wrote:
> On Tue, 2009-04-07 at 23:20 +0200, GIT User account wrote:
>> Module: openembedded.git
>> Branch: org.openembedded.dev
>> Commit: 949728423681eda38e5e34b84cd3281bba71fdf7
>> URL: http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=949728423681eda38e5e34b84cd3281bba71fdf7
>>
>> Author: Stanislav Brabec <utx@penguin.cz>
>> Date: Tue Apr 7 21:16:38 2009 +0000
>>
>> autoconf213-native: Added old autoconf for fennec recipe.
>>
>> ---
>>
>> conf/checksums.ini | 4 ++++
>> recipes/autoconf/autoconf213-native_2.13.bb | 9 +++++++++
>> recipes/autoconf/autoconf213_2.13.bb | 5 +++++
>> recipes/mozilla/fennec_hg.bb | 2 +-
>> 4 files changed, 19 insertions(+), 1 deletions(-)
>>
>> diff --git a/conf/checksums.ini b/conf/checksums.ini
>> index 0b05edf..48edc83 100644
>> --- a/conf/checksums.ini
>> +++ b/conf/checksums.ini
>> @@ -1970,6 +1970,10 @@ sha256=fce50bc26351bbbe31154d9a734cb433ec8fb404efc5febd50c149e5eaf62449
>> md5=dc3fc7209752207c23e7c94ab886b340
>> sha256=636eef7f400c2f3df489c0d2fa21507e88692113561e75a40a26c52bc422d7fc
>>
>> +[ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.13.tar.gz]
>> +md5=9de56d4a161a723228220b0f425dc711
>> +sha256=f0611136bee505811e9ca11ca7ac188ef5323a8e2ef19cffd3edb3cf08fd791e
>> +
>> [ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.57.tar.bz2]
>> md5=407ea53787ce13f5ca427e9a51e05bc2
>> sha256=e1035aa2c21fae2a934d1ab56c774ce9d22717881dab8a1a5b16d294fb793489
>> diff --git a/recipes/autoconf/autoconf213-native_2.13.bb b/recipes/autoconf/autoconf213-native_2.13.bb
>> new file mode 100644
>> index 0000000..3954ef3
>> --- /dev/null
>> +++ b/recipes/autoconf/autoconf213-native_2.13.bb
>> @@ -0,0 +1,9 @@
>> +require autoconf213_${PV}.bb
>> +
>> +DEPENDS = "m4-native gnu-config-native"
>> +RDEPENDS_${PN} = "m4-native gnu-config-native"
>> +
>> +S = "${WORKDIR}/autoconf-${PV}"
>> +FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/autoconf-${PV}"
>> +
>> +inherit native
>> diff --git a/recipes/autoconf/autoconf213_2.13.bb b/recipes/autoconf/autoconf213_2.13.bb
>> new file mode 100644
>> index 0000000..022f696
>> --- /dev/null
>> +++ b/recipes/autoconf/autoconf213_2.13.bb
>> @@ -0,0 +1,5 @@
>> +require autoconf.inc
>> +SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.gz"
>> +PR = "r1"
>> +EXTRA_OECONF = "--program-transform-name=s/\$/2.13/"
>> +EXTRA_OEMAKE = 'acdatadir="${datadir}/autoconf-${PV}" infodir="${datadir}/autoconf-${PV}/info"'
>> diff --git a/recipes/mozilla/fennec_hg.bb b/recipes/mozilla/fennec_hg.bb
>> index fad2203..18286a0 100644
>> --- a/recipes/mozilla/fennec_hg.bb
>> +++ b/recipes/mozilla/fennec_hg.bb
>> @@ -1,5 +1,5 @@
>> DESCRIPTION = "Mozilla Mobile browser"
>> -DEPENDS += "cairo alsa-lib "
>> +DEPENDS += "autoconf213-native cairo alsa-lib"
>>
>> PV = "0.9+1.0b2pre"
>> MOZPV = "1.0b2pre"
>>
>>
>> _______________________________________________
>> Openembedded-commits mailing list
>> Openembedded-commits@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits
> I've a question about this commit:
> if someone bitbakes autoconf-2.13 does it overwrite the one that there
> was before?
it seems it can coexist with new autotools as it uses
--program-transform-name there might be other problems I dont know.
but that said I think we should try to upgrade whatever package needs
this old autotools
version.
Thx
-Khem
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [oe-commits] Stanislav Brabec : autoconf213-native: Added old autoconf for fennec recipe .
2009-04-12 3:12 ` Khem Raj
@ 2009-04-12 6:55 ` Koen Kooi
2009-04-13 21:37 ` Stanislav Brabec
1 sibling, 0 replies; 4+ messages in thread
From: Koen Kooi @ 2009-04-12 6:55 UTC (permalink / raw)
To: openembedded-devel
On 12-04-09 05:12, Khem Raj wrote:
> On Sat, Apr 11, 2009 at 6:04 AM, GNUtoo<GNUtoo@no-log.org> wrote:
>> On Tue, 2009-04-07 at 23:20 +0200, GIT User account wrote:
>>> Module: openembedded.git
>>> Branch: org.openembedded.dev
>>> Commit: 949728423681eda38e5e34b84cd3281bba71fdf7
>>> URL: http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=949728423681eda38e5e34b84cd3281bba71fdf7
>>>
>>> Author: Stanislav Brabec<utx@penguin.cz>
>>> Date: Tue Apr 7 21:16:38 2009 +0000
>>>
>>> autoconf213-native: Added old autoconf for fennec recipe.
>>>
>>> ---
>>>
>>> conf/checksums.ini | 4 ++++
>>> recipes/autoconf/autoconf213-native_2.13.bb | 9 +++++++++
>>> recipes/autoconf/autoconf213_2.13.bb | 5 +++++
>>> recipes/mozilla/fennec_hg.bb | 2 +-
>>> 4 files changed, 19 insertions(+), 1 deletions(-)
>>>
>>> diff --git a/conf/checksums.ini b/conf/checksums.ini
>>> index 0b05edf..48edc83 100644
>>> --- a/conf/checksums.ini
>>> +++ b/conf/checksums.ini
>>> @@ -1970,6 +1970,10 @@ sha256=fce50bc26351bbbe31154d9a734cb433ec8fb404efc5febd50c149e5eaf62449
>>> md5=dc3fc7209752207c23e7c94ab886b340
>>> sha256=636eef7f400c2f3df489c0d2fa21507e88692113561e75a40a26c52bc422d7fc
>>>
>>> +[ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.13.tar.gz]
>>> +md5=9de56d4a161a723228220b0f425dc711
>>> +sha256=f0611136bee505811e9ca11ca7ac188ef5323a8e2ef19cffd3edb3cf08fd791e
>>> +
>>> [ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.57.tar.bz2]
>>> md5=407ea53787ce13f5ca427e9a51e05bc2
>>> sha256=e1035aa2c21fae2a934d1ab56c774ce9d22717881dab8a1a5b16d294fb793489
>>> diff --git a/recipes/autoconf/autoconf213-native_2.13.bb b/recipes/autoconf/autoconf213-native_2.13.bb
>>> new file mode 100644
>>> index 0000000..3954ef3
>>> --- /dev/null
>>> +++ b/recipes/autoconf/autoconf213-native_2.13.bb
>>> @@ -0,0 +1,9 @@
>>> +require autoconf213_${PV}.bb
>>> +
>>> +DEPENDS = "m4-native gnu-config-native"
>>> +RDEPENDS_${PN} = "m4-native gnu-config-native"
>>> +
>>> +S = "${WORKDIR}/autoconf-${PV}"
>>> +FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/autoconf-${PV}"
>>> +
>>> +inherit native
>>> diff --git a/recipes/autoconf/autoconf213_2.13.bb b/recipes/autoconf/autoconf213_2.13.bb
>>> new file mode 100644
>>> index 0000000..022f696
>>> --- /dev/null
>>> +++ b/recipes/autoconf/autoconf213_2.13.bb
>>> @@ -0,0 +1,5 @@
>>> +require autoconf.inc
>>> +SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.gz"
>>> +PR = "r1"
>>> +EXTRA_OECONF = "--program-transform-name=s/\$/2.13/"
>>> +EXTRA_OEMAKE = 'acdatadir="${datadir}/autoconf-${PV}" infodir="${datadir}/autoconf-${PV}/info"'
>>> diff --git a/recipes/mozilla/fennec_hg.bb b/recipes/mozilla/fennec_hg.bb
>>> index fad2203..18286a0 100644
>>> --- a/recipes/mozilla/fennec_hg.bb
>>> +++ b/recipes/mozilla/fennec_hg.bb
>>> @@ -1,5 +1,5 @@
>>> DESCRIPTION = "Mozilla Mobile browser"
>>> -DEPENDS += "cairo alsa-lib "
>>> +DEPENDS += "autoconf213-native cairo alsa-lib"
>>>
>>> PV = "0.9+1.0b2pre"
>>> MOZPV = "1.0b2pre"
>>>
>>>
>>> _______________________________________________
>>> Openembedded-commits mailing list
>>> Openembedded-commits@lists.openembedded.org
>>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits
>> I've a question about this commit:
>> if someone bitbakes autoconf-2.13 does it overwrite the one that there
>> was before?
>
> it seems it can coexist with new autotools as it uses
> --program-transform-name there might be other problems I dont know.
> but that said I think we should try to upgrade whatever package needs
> this old autotools
> version.
Everything mozilla based needs it (fennec, firefox, etc) and it's sadly
not that simple :(
regards,
Koen
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [oe-commits] Stanislav Brabec : autoconf213-native: Added old autoconf for fennec recipe .
2009-04-12 3:12 ` Khem Raj
2009-04-12 6:55 ` Koen Kooi
@ 2009-04-13 21:37 ` Stanislav Brabec
1 sibling, 0 replies; 4+ messages in thread
From: Stanislav Brabec @ 2009-04-13 21:37 UTC (permalink / raw)
To: openembedded-devel
Khem Raj wrote:
> > if someone bitbakes autoconf-2.13 does it overwrite the one that there
> > was before?
>
> it seems it can coexist with new autotools as it uses
> --program-transform-name there might be other problems I dont know.
> but that said I think we should try to upgrade whatever package needs
> this old autotools
> version.
It was intended to co-exist.
I also changed datadir to prevent any conflict. Even without it it seems
to be safe - old versions use $datadir/autoconf directly, new versions
use only directories, but different datadir should make it super-safe.
On the other hand it breaks reuse of third party m4 files in
aclocal2.13. As it was added just for the build of mozilla family, I do
not think it is a problem.
Note that I tested only -native version.
________________________________________________________________________
Stanislav Brabec
http://www.penguin.cz/~utx/zaurus
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-04-13 21:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20090407212047.6CF5A1893D2@amethyst.openembedded.net>
2009-04-11 13:04 ` [oe-commits] Stanislav Brabec : autoconf213-native: Added old autoconf for fennec recipe GNUtoo
2009-04-12 3:12 ` Khem Raj
2009-04-12 6:55 ` Koen Kooi
2009-04-13 21:37 ` Stanislav Brabec
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.