Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Joshua Lock <josh@linux.intel.com>
To: Saul Wold <sgw@linux.intel.com>
Cc: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 03/12] clutter-gst-1.8: add 1.4.2 for use with clutter 1.8
Date: Tue, 08 Nov 2011 08:59:50 -0800	[thread overview]
Message-ID: <4EB96006.7080300@linux.intel.com> (raw)
In-Reply-To: <4EB95EDD.2050200@linux.intel.com>

On 08/11/11 08:54, Saul Wold wrote:
> On 11/08/2011 08:30 AM, Joshua Lock wrote:
>>
>>
>> On 08/11/11 08:10, Saul Wold wrote:
>>> On 11/07/2011 04:10 PM, Joshua Lock wrote:
>>>> Signed-off-by: Joshua Lock<josh@linux.intel.com>
>>>> ---
>>>>    .../clutter/clutter-gst-1.8_1.4.2.bb               |   22
>>>> ++++++++++++++++++++
>>>>    .../clutter/clutter-gst/enable_tests-1.8.bb        |   15
>>>> +++++++++++++
>>>>    2 files changed, 37 insertions(+), 0 deletions(-)
>>>>    create mode 100644
>>>> meta/recipes-graphics/clutter/clutter-gst-1.8_1.4.2.bb
>>>>    create mode 100644
>>>> meta/recipes-graphics/clutter/clutter-gst/enable_tests-1.8.bb
>>>>
>>>> diff --git a/meta/recipes-graphics/clutter/clutter-gst-1.8_1.4.2.bb
>>>> b/meta/recipes-graphics/clutter/clutter-gst-1.8_1.4.2.bb
>>>> new file mode 100644
>>>> index 0000000..54b1fc1
>>>> --- /dev/null
>>>> +++ b/meta/recipes-graphics/clutter/clutter-gst-1.8_1.4.2.bb
>>>> @@ -0,0 +1,22 @@
>>>> +require recipes-graphics/clutter/clutter-gst.inc
>>>> +
>>>> +PR = "r0"
>>>> +
>>>> +LIC_FILES_CHKSUM =
>>>> "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
>>>> +
>>>> file://clutter-gst/clutter-gst.h;beginline=1;endline=24;md5=95baacba194e814c110ea3bdf25ddbf4"
>>>>
>>>>
>>>> +
>>>> +DEPENDS += "clutter-1.8 gstreamer"
>>>> +RDEPENDS_${PN} += "gst-meta-base"
>>>> +
>>>> +SRC_URI =
>>>> "http://source.clutter-project.org/sources/clutter-gst/1.4/clutter-gst-${PV}.tar.bz2
>>>>
>>>> \
>>>> +           file://enable_tests-1.8.patch"
>>>> +
>>> We seem to be missing the enable_tests-1.8.patch file
>>
>> It's further down this email, and in master:
>> http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=65ce67a64ea0494e388b7f53275c70df71d06a6b
>>
>>
> I see an enable-tests-1.8.bb file, but not the enable-tests-1.8.patc
> 
>  git checkout oe-core
> Switched to branch 'oe-core'
> [sgw@swold-mobl distro]$ find meta* -name enable_test*
> meta/recipes-graphics/clutter/clutter-gst/enable_tests.patch
> 
> - No 1.8.patch
> 
> meta/recipes-graphics/clutter/clutter-gst/enable_tests-1.4.patch
> meta/recipes-graphics/clutter/clutter-gst/enable_tests-1.8.bb
> 
> Should this be a .patch file not a .bb file?

Well that's embarrassing, no idea how I managed that.

Patch incoming.

Joshua
-- 
Joshua Lock
        Yocto Project "Johannes factotum"
        Intel Open Source Technology Centre



  reply	other threads:[~2011-11-08 17:06 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-08  0:10 [PATCH 00/12] Recipe upgrades, fixes and additions Joshua Lock
2011-11-08  0:10 ` [PATCH 01/12] cogl: add cogl 1.8.0 recipe Joshua Lock
2011-11-08  0:10 ` [PATCH 02/12] clutter-1.8: add 1.8.0 Joshua Lock
2011-11-08  0:10 ` [PATCH 03/12] clutter-gst-1.8: add 1.4.2 for use with clutter 1.8 Joshua Lock
2011-11-08 16:10   ` Saul Wold
2011-11-08 16:30     ` Joshua Lock
2011-11-08 16:54       ` Saul Wold
2011-11-08 16:59         ` Joshua Lock [this message]
2011-11-08  0:10 ` [PATCH 04/12] clutter-gtk-1.8: add clutter-gtk 0.11.4 Joshua Lock
2011-11-08  0:10 ` [PATCH 05/12] mx: add mx toolkit 1.3.2 Joshua Lock
2011-11-08  0:10 ` [PATCH 06/12] classes/[gnome|gnomebase|mime]: merge meta-oe's enhance gnome related classes Joshua Lock
2011-11-08 14:05   ` Richard Purdie
2011-11-08 16:35     ` Joshua Lock
2011-11-08  0:10 ` [PATCH 07/12] gconf: add upstream GNOME gconf 3.2.3 and drop gconf-dbus Joshua Lock
2011-11-08  0:10 ` [PATCH 08/12] libcanberra: add libvorbis to DEPENDS Joshua Lock
2011-11-08  0:10 ` [PATCH 09/12] gypsy: fix packaging Joshua Lock
2011-11-08  0:10 ` [PATCH 10/12] connman: split scripts into separate package Joshua Lock
2011-11-08 14:17   ` Koen Kooi
2011-11-08  0:10 ` [PATCH 11/12] pulseaudio: make X11 dependencies optional and add gtk+ Joshua Lock
2011-11-08  0:10 ` [PATCH 12/12] contacts: fix packaging of icons Joshua Lock
2011-11-08 14:18 ` [PATCH 00/12] Recipe upgrades, fixes and additions Richard Purdie
2011-11-08 15:48   ` Saul Wold
2011-11-15 19:03   ` Saul Wold
2011-11-15 21:38     ` Richard Purdie
2011-11-15 21:48       ` Joshua Lock
2011-11-08 17:36 ` Saul Wold
2011-11-08 18:31   ` Joshua Lock

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=4EB96006.7080300@linux.intel.com \
    --to=josh@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=sgw@linux.intel.com \
    /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