All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@embeddedalley.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] qemu: add version 0.10.3, initial
Date: Mon, 4 May 2009 11:24:13 -0700	[thread overview]
Message-ID: <20090504182413.GI7973@smtp.west.cox.net> (raw)
In-Reply-To: <1241460204-24010-1-git-send-email-khimov@altell.ru>

On Mon, May 04, 2009 at 10:03:24PM +0400, Roman I Khimov wrote:

> Finally not requiring GCC3. Added with masked preference, need to carefully
> sort out and apply OE's patches.

Thanks, Acked-by: Tom Rini <trini@embeddedalley.com>

> ---
>  conf/checksums.ini                   |    4 ++++
>  recipes/qemu/qemu-native.inc         |    5 +----
>  recipes/qemu/qemu-native_0.10.3.bb   |    2 ++
>  recipes/qemu/qemu-native_0.9.1.bb    |    3 +++
>  recipes/qemu/qemu-native_20070613.bb |    3 ++-
>  recipes/qemu/qemu-native_cvs.bb      |    3 +++
>  recipes/qemu/qemu-native_svn.bb      |    3 +++
>  recipes/qemu/qemu_0.10.3.bb          |   22 ++++++++++++++++++++++
>  8 files changed, 40 insertions(+), 5 deletions(-)
>  create mode 100644 recipes/qemu/qemu-native_0.10.3.bb
>  create mode 100644 recipes/qemu/qemu_0.10.3.bb
> 
> diff --git a/conf/checksums.ini b/conf/checksums.ini
> index 6f15ceb..bf7477a 100644
> --- a/conf/checksums.ini
> +++ b/conf/checksums.ini
> @@ -19902,6 +19902,10 @@ sha256=c85ba04c9459cbc283a6f04ced730b49dc9966cf749808e8f960305116d525e6
>  md5=a31f12647c5bb5f93c81465b4e5ff25a
>  sha256=5795b9d619142e2d01016130c7ac71298aa1cabda4806f11762bb8fd489293af
>  
> +[http://download.savannah.gnu.org/releases/qemu/qemu-0.10.3.tar.gz]
> +md5=320d6c536c8a1288cdc6c809f487e6d7
> +sha256=89540d7a8c880a6ae33f8a55d55d580f3f03c10b02e32b7323719b3354f7b077
> +
>  [http://fabrice.bellard.free.fr/qemu/qemu-0.9.1.tar.gz]
>  md5=6591df8e9270eb358c881de4ebea1262
>  sha256=4756d0b4a4dc7dd88354bc6b37d381e4462dd328d0feef94803e90c0455835a5
> diff --git a/recipes/qemu/qemu-native.inc b/recipes/qemu/qemu-native.inc
> index 3e6433c..e4064a2 100644
> --- a/recipes/qemu/qemu-native.inc
> +++ b/recipes/qemu/qemu-native.inc
> @@ -1,6 +1,3 @@
>  inherit native
>  
> -DEPENDS = "libsdl-native zlib-native gcc3-native"
> -
> -require qemu-gcc3-check.inc
> -
> +DEPENDS = "libsdl-native zlib-native"
> diff --git a/recipes/qemu/qemu-native_0.10.3.bb b/recipes/qemu/qemu-native_0.10.3.bb
> new file mode 100644
> index 0000000..16984a3
> --- /dev/null
> +++ b/recipes/qemu/qemu-native_0.10.3.bb
> @@ -0,0 +1,2 @@
> +require qemu_${PV}.bb
> +require qemu-native.inc
> diff --git a/recipes/qemu/qemu-native_0.9.1.bb b/recipes/qemu/qemu-native_0.9.1.bb
> index 16984a3..4c418f6 100644
> --- a/recipes/qemu/qemu-native_0.9.1.bb
> +++ b/recipes/qemu/qemu-native_0.9.1.bb
> @@ -1,2 +1,5 @@
>  require qemu_${PV}.bb
>  require qemu-native.inc
> +require qemu-gcc3-check.inc
> +
> +DEPENDS += "gcc3-native"
> diff --git a/recipes/qemu/qemu-native_20070613.bb b/recipes/qemu/qemu-native_20070613.bb
> index dc9852b..4c418f6 100644
> --- a/recipes/qemu/qemu-native_20070613.bb
> +++ b/recipes/qemu/qemu-native_20070613.bb
> @@ -1,4 +1,5 @@
>  require qemu_${PV}.bb
>  require qemu-native.inc
> +require qemu-gcc3-check.inc
>  
> -
> +DEPENDS += "gcc3-native"
> diff --git a/recipes/qemu/qemu-native_cvs.bb b/recipes/qemu/qemu-native_cvs.bb
> index c9db5e3..51e6028 100644
> --- a/recipes/qemu/qemu-native_cvs.bb
> +++ b/recipes/qemu/qemu-native_cvs.bb
> @@ -1,2 +1,5 @@
>  require qemu_cvs.bb
>  require qemu-native.inc
> +require qemu-gcc3-check.inc
> +
> +DEPENDS += "gcc3-native"
> diff --git a/recipes/qemu/qemu-native_svn.bb b/recipes/qemu/qemu-native_svn.bb
> index 1e3a4db..b530bbd 100644
> --- a/recipes/qemu/qemu-native_svn.bb
> +++ b/recipes/qemu/qemu-native_svn.bb
> @@ -1,2 +1,5 @@
>  require qemu_svn.bb
>  require qemu-native.inc
> +require qemu-gcc3-check.inc
> +
> +DEPENDS += "gcc3-native"
> diff --git a/recipes/qemu/qemu_0.10.3.bb b/recipes/qemu/qemu_0.10.3.bb
> new file mode 100644
> index 0000000..d6ad1d7
> --- /dev/null
> +++ b/recipes/qemu/qemu_0.10.3.bb
> @@ -0,0 +1,22 @@
> +LICENSE = "GPL"
> +DEPENDS = "zlib"
> +
> +# Need to port OE patches there
> +DEFAULT_PREFERENCE = "-1"
> +
> +FILESPATH = "${FILE_DIRNAME}/qemu-${PV}"
> +FILESDIR = "${WORKDIR}"
> +
> +SRC_URI = "\
> +    http://download.savannah.gnu.org/releases/qemu/qemu-${PV}.tar.gz \
> +    "
> +
> +S = "${WORKDIR}/qemu-${PV}"
> +
> +EXTRA_OECONF += "--disable-gfx-check"
> +
> +inherit autotools
> +
> +do_configure() {
> +	${S}/configure --prefix=${prefix} ${EXTRA_OECONF}
> +}
> -- 
> 1.6.2.4
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> 

-- 
Tom Rini



      reply	other threads:[~2009-05-04 18:30 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20090503233009.B15601880DC@amethyst.openembedded.net>
2009-05-03 23:30 ` [oe-commits] Tom Rini : base.bbclass: check_gcc3 needs to check for gcc-3.4.6 first Tom Rini
2009-05-04  3:01   ` Khem Raj
2009-05-04  3:21     ` Tom Rini
2009-05-04  5:54       ` Yuri Bushmelev
2009-05-04  6:49         ` Roman I Khimov
2009-05-04 15:46           ` [oe-commits] Tom Rini : base.bbclass: check_gcc3 needs to?check " Tom Rini
2009-05-04 18:03             ` [PATCH] qemu: add version 0.10.3, initial Roman I Khimov
2009-05-04 18:24               ` Tom Rini [this message]

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=20090504182413.GI7973@smtp.west.cox.net \
    --to=trini@embeddedalley.com \
    --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.