From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 2/8] clutter: DOLT isn't used anymore
Date: Fri, 17 Aug 2012 14:04:43 -0700 [thread overview]
Message-ID: <502EB1EB.1080708@linux.intel.com> (raw)
In-Reply-To: <244fabf84610b1aaab6942b9096105922e69abdd.1344884283.git.ross.burton@intel.com>
On 08/13/2012 11:58 AM, Ross Burton wrote:
>
> Signed-off-by: Ross Burton <ross.burton@intel.com>
> ---
> meta/recipes-graphics/clutter/clutter-1.8_1.8.4.bb | 7 +------
> meta/recipes-graphics/clutter/clutter-1.8_git.bb | 7 +------
> meta/recipes-graphics/clutter/cogl_git.bb | 7 +------
> 3 files changed, 3 insertions(+), 18 deletions(-)
>
> diff --git a/meta/recipes-graphics/clutter/clutter-1.8_1.8.4.bb b/meta/recipes-graphics/clutter/clutter-1.8_1.8.4.bb
> index a370568..aceef96 100644
> --- a/meta/recipes-graphics/clutter/clutter-1.8_1.8.4.bb
> +++ b/meta/recipes-graphics/clutter/clutter-1.8_1.8.4.bb
> @@ -1,7 +1,7 @@
> require recipes-graphics/clutter/clutter.inc
> require recipes-graphics/clutter/clutter-package.inc
>
> -PR = "r1"
> +PR = "r2"
>
> # We're API/ABI compatible and this may make things easier for layers
> PROVIDES += "clutter-1.6"
> @@ -19,10 +19,5 @@ S = "${WORKDIR}/clutter-${PV}"
>
> BASE_CONF += "--disable-introspection"
>
> -do_configure_prepend () {
> - # Disable DOLT
> - sed -i -e 's/^DOLT//' ${S}/configure.ac
> -}
> -
> SRC_URI[md5sum] = "487f70f9b59e1328b47f1db4094ab662"
> SRC_URI[sha256sum] = "0d567177facd6913ac9c894e230ae48933125f02354ef965bbbf0586f1f0df91"
> diff --git a/meta/recipes-graphics/clutter/clutter-1.8_git.bb b/meta/recipes-graphics/clutter/clutter-1.8_git.bb
> index 7d8bcb3..89d8026 100644
> --- a/meta/recipes-graphics/clutter/clutter-1.8_git.bb
> +++ b/meta/recipes-graphics/clutter/clutter-1.8_git.bb
> @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
> # the 1.8.4 tag
> SRCREV = "f2183fa8df3d173afbee09cc4230ab8f4e03f459"
> PV = "1.8.4+git${SRCPV}"
> -PR = "r1"
> +PR = "r2"
>
> DEFAULT_PREFERENCE = "-1"
>
> @@ -18,8 +18,3 @@ S = "${WORKDIR}/git"
> BASE_CONF += "--disable-introspection"
>
> AUTOTOOLS_AUXDIR = "${S}/build"
> -
> -do_configure_prepend () {
> - # Disable DOLT
> - sed -i -e 's/^DOLT//' ${S}/configure.ac
> -}
> diff --git a/meta/recipes-graphics/clutter/cogl_git.bb b/meta/recipes-graphics/clutter/cogl_git.bb
> index 682f931..a3e1903 100644
> --- a/meta/recipes-graphics/clutter/cogl_git.bb
> +++ b/meta/recipes-graphics/clutter/cogl_git.bb
> @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
> # the 1.8.2 tag
> SRCREV = "e398e374e2ff0e88bc1d63577a192f8ca04a1cb5"
> PV = "1.8.2+git${SRCPV}"
> -PR = "r2"
> +PR = "r3"
>
> DEFAULT_PREFERENCE = "-1"
>
> @@ -14,8 +14,3 @@ SRC_URI = "git://git.gnome.org/cogl;protocol=git;branch=master \
> S = "${WORKDIR}/git"
>
> AUTOTOOLS_AUXDIR = "${S}/build"
> -
> -do_configure_prepend () {
> - # Disable DOLT
> - sed -i -e 's/^DOLT//' ${S}/configure.ac
> -}
>
Merged this into OE-Core
Thanks
Sau!
next prev parent reply other threads:[~2012-08-17 21:16 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-13 18:58 [PATCH 0/8] Enable EGL and GLES in x86 Mesa Ross Burton
2012-08-13 18:58 ` [PATCH 1/8] base.bbclass: fix PACKAGECONFIG handling code Ross Burton
2012-08-13 18:58 ` [PATCH 2/8] clutter: DOLT isn't used anymore Ross Burton
2012-08-17 21:04 ` Saul Wold [this message]
2012-08-13 18:58 ` [PATCH 3/8] mesa: Add a mesa-dri-glsl-native_git recipe Ross Burton
2012-08-13 18:58 ` [PATCH 4/8] mesa: enable GLES v1 and v2 Ross Burton
2012-08-19 9:51 ` Richard Purdie
2012-08-13 18:58 ` [PATCH 5/8] core: Prefer mesa-dri as virtual/libopengles1/2 provider Ross Burton
2012-08-13 18:58 ` [PATCH 6/8] mesa-demos: fix GLES2 build Ross Burton
2012-08-13 18:58 ` [PATCH 7/8] mesa: respect x11 DISTRO_FEATURE Ross Burton
2012-08-13 18:58 ` [PATCH 8/8] mesa: enable EGL, with DRM and X11 platforms Ross Burton
2012-08-15 1:22 ` [PATCH 0/8] Enable EGL and GLES in x86 Mesa Saul Wold
2012-08-15 1:30 ` Khem Raj
2012-08-15 6:56 ` Burton, Ross
2012-08-15 7:36 ` Burton, Ross
2012-08-15 9:52 ` Burton, Ross
2012-08-15 10:44 ` Burton, Ross
2012-08-20 16:05 ` Saul Wold
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=502EB1EB.1080708@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox