* [PATCH 0/1] Add Clutter bbappend for Clutter 1.8
@ 2011-11-08 16:14 Joshua Lock
2011-11-08 16:14 ` [PATCH 1/1] clutter-1.8: add bbappend for new clutter-1.8 recipe Joshua Lock
0 siblings, 1 reply; 4+ messages in thread
From: Joshua Lock @ 2011-11-08 16:14 UTC (permalink / raw)
To: poky
With a new Clutter in OE-Core we need to add a new bbappend for the required
atom-pc modifications.
The following changes since commit 1ef442561d9784209f56e8c283824c1f2de3e2d1:
multilib: Drop MULTILIB_IMAGE_INSTALL (2011-11-08 14:32:55 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib josh/work
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=josh/work
Joshua Lock (1):
clutter-1.8: add bbappend for new clutter-1.8 recipe
.../recipes-graphics/clutter/clutter-1.8_1.8.0.bb | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
create mode 100644 meta-yocto/recipes-graphics/clutter/clutter-1.8_1.8.0.bb
--
1.7.7
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/1] clutter-1.8: add bbappend for new clutter-1.8 recipe
2011-11-08 16:14 [PATCH 0/1] Add Clutter bbappend for Clutter 1.8 Joshua Lock
@ 2011-11-08 16:14 ` Joshua Lock
2011-11-08 17:53 ` Richard Purdie
2011-11-08 17:54 ` Richard Purdie
0 siblings, 2 replies; 4+ messages in thread
From: Joshua Lock @ 2011-11-08 16:14 UTC (permalink / raw)
To: poky
We've a new Clutter version in meta so need to add our
atom-pc bbappend modifications.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
.../recipes-graphics/clutter/clutter-1.8_1.8.0.bb | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
create mode 100644 meta-yocto/recipes-graphics/clutter/clutter-1.8_1.8.0.bb
diff --git a/meta-yocto/recipes-graphics/clutter/clutter-1.8_1.8.0.bb b/meta-yocto/recipes-graphics/clutter/clutter-1.8_1.8.0.bb
new file mode 100644
index 0000000..c7cc683
--- /dev/null
+++ b/meta-yocto/recipes-graphics/clutter/clutter-1.8_1.8.0.bb
@@ -0,0 +1,4 @@
+DEPENDS_atom-pc = "${STDDEPENDS} virtual/xserver-xf86 virtual/libgl"
+EXTRA_OECONF_atom-pc = "${BASE_CONF} --with-flavour=glx"
+PACKAGE_ARCH_atom-pc = "${MACHINE_ARCH}"
+
--
1.7.7
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] clutter-1.8: add bbappend for new clutter-1.8 recipe
2011-11-08 16:14 ` [PATCH 1/1] clutter-1.8: add bbappend for new clutter-1.8 recipe Joshua Lock
@ 2011-11-08 17:53 ` Richard Purdie
2011-11-08 17:54 ` Richard Purdie
1 sibling, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2011-11-08 17:53 UTC (permalink / raw)
To: Joshua Lock; +Cc: poky
On Tue, 2011-11-08 at 08:14 -0800, Joshua Lock wrote:
> We've a new Clutter version in meta so need to add our
> atom-pc bbappend modifications.
>
> Signed-off-by: Joshua Lock <josh@linux.intel.com>
> ---
> .../recipes-graphics/clutter/clutter-1.8_1.8.0.bb | 4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)
> create mode 100644 meta-yocto/recipes-graphics/clutter/clutter-1.8_1.8.0.bb
Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] clutter-1.8: add bbappend for new clutter-1.8 recipe
2011-11-08 16:14 ` [PATCH 1/1] clutter-1.8: add bbappend for new clutter-1.8 recipe Joshua Lock
2011-11-08 17:53 ` Richard Purdie
@ 2011-11-08 17:54 ` Richard Purdie
1 sibling, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2011-11-08 17:54 UTC (permalink / raw)
To: Joshua Lock; +Cc: poky
On Tue, 2011-11-08 at 08:14 -0800, Joshua Lock wrote:
> We've a new Clutter version in meta so need to add our
> atom-pc bbappend modifications.
>
> Signed-off-by: Joshua Lock <josh@linux.intel.com>
> ---
> .../recipes-graphics/clutter/clutter-1.8_1.8.0.bb | 4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)
> create mode 100644 meta-yocto/recipes-graphics/clutter/clutter-1.8_1.8.0.bb
>
> diff --git a/meta-yocto/recipes-graphics/clutter/clutter-1.8_1.8.0.bb b/meta-yocto/recipes-graphics/clutter/clutter-1.8_1.8.0.bb
> new file mode 100644
> index 0000000..c7cc683
> --- /dev/null
> +++ b/meta-yocto/recipes-graphics/clutter/clutter-1.8_1.8.0.bb
> @@ -0,0 +1,4 @@
> +DEPENDS_atom-pc = "${STDDEPENDS} virtual/xserver-xf86 virtual/libgl"
> +EXTRA_OECONF_atom-pc = "${BASE_CONF} --with-flavour=glx"
> +PACKAGE_ARCH_atom-pc = "${MACHINE_ARCH}"
Incidentally, why don't we just add an x86 override to the clutter
recipe so we avoid doing this every time?
Cheers,
Richard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-11-08 17:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-08 16:14 [PATCH 0/1] Add Clutter bbappend for Clutter 1.8 Joshua Lock
2011-11-08 16:14 ` [PATCH 1/1] clutter-1.8: add bbappend for new clutter-1.8 recipe Joshua Lock
2011-11-08 17:53 ` Richard Purdie
2011-11-08 17:54 ` Richard Purdie
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.