From: Stanislav Brabec Date: Tue, 7 Apr 2009 21:16:38 +0000 (+0000) Subject: autoconf213-native: Added old autoconf for fennec recipe. X-Git-Tag: Release-2010-05/1~3789^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=949728423681eda38e5e34b84cd3281bba71fdf7;p=openembedded.git autoconf213-native: Added old autoconf for fennec recipe. --- diff --git a/conf/checksums.ini b/conf/checksums.ini index 0b05edff44..48edc83a62 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 0000000000..3954ef3b16 --- /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 0000000000..022f696f1d --- /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 fad2203ed5..18286a0ff2 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"