All of lore.kernel.org
 help / color / mirror / Atom feed
From: GNUtoo <GNUtoo@no-log.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [oe-commits] Stanislav Brabec : autoconf213-native: Added old autoconf for fennec recipe .
Date: Sat, 11 Apr 2009 15:04:19 +0200	[thread overview]
Message-ID: <1239455059.9086.1.camel@port4> (raw)
In-Reply-To: <20090407212047.6CF5A1893D2@amethyst.openembedded.net>

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.





       reply	other threads:[~2009-04-11 13:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20090407212047.6CF5A1893D2@amethyst.openembedded.net>
2009-04-11 13:04 ` GNUtoo [this message]
2009-04-12  3:12   ` [oe-commits] Stanislav Brabec : autoconf213-native: Added old autoconf for fennec recipe Khem Raj
2009-04-12  6:55     ` Koen Kooi
2009-04-13 21:37     ` Stanislav Brabec

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1239455059.9086.1.camel@port4 \
    --to=gnutoo@no-log.org \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.