[oe] [oe-commits] Stanislav Brabec : autoconf213-native: Added old autoconf for fennec recipe .

GNUtoo GNUtoo at no-log.org
Sat Apr 11 13:04:19 UTC 2009


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 at 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 at 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.






More information about the Openembedded-devel mailing list