* [PATCH] clutter-gst add 1.3.4
@ 2011-02-02 23:14 Andreas Mueller
2011-02-02 23:27 ` Graeme Gregory
2011-02-10 22:18 ` [PATCH] clutter-gst add 1.3.4 Andreas Mueller
0 siblings, 2 replies; 5+ messages in thread
From: Andreas Mueller @ 2011-02-02 23:14 UTC (permalink / raw)
To: openembedded-devel
* clutter 1.4.2 broke clutter-gst and made it necessary to have a recipe from
* development snapshot sources
*
* Build tested with
* BB_VERSION = "1.10.2"
* METADATA_BRANCH = "master"
* METADATA_REVISION = "2049a96"
* TARGET_ARCH = "arm"
* TARGET_OS = "linux-gnueabi"
* MACHINE = "overo"
* DISTRO = "angstrom"
* DISTRO_VERSION = "2010.7-test-20110202"
* TARGET_FPU = "hard"
Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
---
recipes/clutter/clutter-gst_1.3.4.bb | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
create mode 100644 recipes/clutter/clutter-gst_1.3.4.bb
diff --git a/recipes/clutter/clutter-gst_1.3.4.bb b/recipes/clutter/clutter-gst_1.3.4.bb
new file mode 100644
index 0000000..426cae2
--- /dev/null
+++ b/recipes/clutter/clutter-gst_1.3.4.bb
@@ -0,0 +1,9 @@
+require clutter-gst.inc
+
+PR = "${INC_PR}.0"
+
+SRC_URI = "http://source.clutter-project.org/sources/clutter-gst/1.3/clutter-gst-${PV}.tar.bz2 \
+ "
+
+SRC_URI[md5sum] = "4f74f78df215cba54444dd6256a29bd4"
+SRC_URI[sha256sum] = "de4ce6d3313be3074c6afc6f20276ef06f1a460b3a6755fc5c6e048685de137a"
--
1.7.2.3
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH] clutter-gst add 1.3.4
2011-02-02 23:14 [PATCH] clutter-gst add 1.3.4 Andreas Mueller
@ 2011-02-02 23:27 ` Graeme Gregory
2011-02-05 14:32 ` write access for Andreas Müller (was: [PATCH] clutter-gst add 1.3.4) Paul Menzel
2011-02-10 22:18 ` [PATCH] clutter-gst add 1.3.4 Andreas Mueller
1 sibling, 1 reply; 5+ messages in thread
From: Graeme Gregory @ 2011-02-02 23:27 UTC (permalink / raw)
To: openembedded-devel
I think we should probably get Andreas tooled up with commit access.
Graeme
On 02/02/2011 23:14, Andreas Mueller wrote:
> * clutter 1.4.2 broke clutter-gst and made it necessary to have a recipe from
> * development snapshot sources
> *
> * Build tested with
> * BB_VERSION = "1.10.2"
> * METADATA_BRANCH = "master"
> * METADATA_REVISION = "2049a96"
> * TARGET_ARCH = "arm"
> * TARGET_OS = "linux-gnueabi"
> * MACHINE = "overo"
> * DISTRO = "angstrom"
> * DISTRO_VERSION = "2010.7-test-20110202"
> * TARGET_FPU = "hard"
>
> Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
> ---
> recipes/clutter/clutter-gst_1.3.4.bb | 9 +++++++++
> 1 files changed, 9 insertions(+), 0 deletions(-)
> create mode 100644 recipes/clutter/clutter-gst_1.3.4.bb
>
> diff --git a/recipes/clutter/clutter-gst_1.3.4.bb b/recipes/clutter/clutter-gst_1.3.4.bb
> new file mode 100644
> index 0000000..426cae2
> --- /dev/null
> +++ b/recipes/clutter/clutter-gst_1.3.4.bb
> @@ -0,0 +1,9 @@
> +require clutter-gst.inc
> +
> +PR = "${INC_PR}.0"
> +
> +SRC_URI = "http://source.clutter-project.org/sources/clutter-gst/1.3/clutter-gst-${PV}.tar.bz2 \
> + "
> +
> +SRC_URI[md5sum] = "4f74f78df215cba54444dd6256a29bd4"
> +SRC_URI[sha256sum] = "de4ce6d3313be3074c6afc6f20276ef06f1a460b3a6755fc5c6e048685de137a"
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH] clutter-gst add 1.3.4
2011-02-02 23:14 [PATCH] clutter-gst add 1.3.4 Andreas Mueller
2011-02-02 23:27 ` Graeme Gregory
@ 2011-02-10 22:18 ` Andreas Mueller
2011-02-11 22:26 ` Tom Rini
1 sibling, 1 reply; 5+ messages in thread
From: Andreas Mueller @ 2011-02-10 22:18 UTC (permalink / raw)
To: openembedded-devel
On Thursday 03 February 2011 00:14:02 Andreas Mueller wrote:
> * clutter 1.4.2 broke clutter-gst and made it necessary to have a recipe from
> * development snapshot sources
> *
> * Build tested with
> * BB_VERSION = "1.10.2"
> * METADATA_BRANCH = "master"
> * METADATA_REVISION = "2049a96"
> * TARGET_ARCH = "arm"
> * TARGET_OS = "linux-gnueabi"
> * MACHINE = "overo"
> * DISTRO = "angstrom"
> * DISTRO_VERSION = "2010.7-test-20110202"
> * TARGET_FPU = "hard"
>
> Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
> ---
> recipes/clutter/clutter-gst_1.3.4.bb | 9 +++++++++
> 1 files changed, 9 insertions(+), 0 deletions(-)
> create mode 100644 recipes/clutter/clutter-gst_1.3.4.bb
>
> diff --git a/recipes/clutter/clutter-gst_1.3.4.bb b/recipes/clutter/clutter-gst_1.3.4.bb
> new file mode 100644
> index 0000000..426cae2
> --- /dev/null
> +++ b/recipes/clutter/clutter-gst_1.3.4.bb
> @@ -0,0 +1,9 @@
> +require clutter-gst.inc
> +
> +PR = "${INC_PR}.0"
> +
> +SRC_URI = "http://source.clutter-project.org/sources/clutter-gst/1.3/clutter-gst-${PV}.tar.bz2 \
> + "
> +
> +SRC_URI[md5sum] = "4f74f78df215cba54444dd6256a29bd4"
> +SRC_URI[sha256sum] = "de4ce6d3313be3074c6afc6f20276ef06f1a460b3a6755fc5c6e048685de137a"
>
ping
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH] clutter-gst add 1.3.4
2011-02-10 22:18 ` [PATCH] clutter-gst add 1.3.4 Andreas Mueller
@ 2011-02-11 22:26 ` Tom Rini
0 siblings, 0 replies; 5+ messages in thread
From: Tom Rini @ 2011-02-11 22:26 UTC (permalink / raw)
To: openembedded-devel
On 02/10/2011 03:18 PM, Andreas Mueller wrote:
> On Thursday 03 February 2011 00:14:02 Andreas Mueller wrote:
>> * clutter 1.4.2 broke clutter-gst and made it necessary to have a recipe from
>> * development snapshot sources
>> *
>> * Build tested with
>> * BB_VERSION = "1.10.2"
>> * METADATA_BRANCH = "master"
>> * METADATA_REVISION = "2049a96"
>> * TARGET_ARCH = "arm"
>> * TARGET_OS = "linux-gnueabi"
>> * MACHINE = "overo"
>> * DISTRO = "angstrom"
>> * DISTRO_VERSION = "2010.7-test-20110202"
>> * TARGET_FPU = "hard"
>>
>> Signed-off-by: Andreas Mueller<schnitzeltony@gmx.de>
>> ---
>> recipes/clutter/clutter-gst_1.3.4.bb | 9 +++++++++
>> 1 files changed, 9 insertions(+), 0 deletions(-)
>> create mode 100644 recipes/clutter/clutter-gst_1.3.4.bb
>>
>> diff --git a/recipes/clutter/clutter-gst_1.3.4.bb b/recipes/clutter/clutter-gst_1.3.4.bb
>> new file mode 100644
>> index 0000000..426cae2
>> --- /dev/null
>> +++ b/recipes/clutter/clutter-gst_1.3.4.bb
>> @@ -0,0 +1,9 @@
>> +require clutter-gst.inc
>> +
>> +PR = "${INC_PR}.0"
>> +
>> +SRC_URI = "http://source.clutter-project.org/sources/clutter-gst/1.3/clutter-gst-${PV}.tar.bz2 \
>> + "
>> +
>> +SRC_URI[md5sum] = "4f74f78df215cba54444dd6256a29bd4"
>> +SRC_URI[sha256sum] = "de4ce6d3313be3074c6afc6f20276ef06f1a460b3a6755fc5c6e048685de137a"
>>
>
> ping
Applied, thanks for your patience.
--
Tom Rini
Mentor Graphics Corporation
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-02-11 22:27 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-02 23:14 [PATCH] clutter-gst add 1.3.4 Andreas Mueller
2011-02-02 23:27 ` Graeme Gregory
2011-02-05 14:32 ` write access for Andreas Müller (was: [PATCH] clutter-gst add 1.3.4) Paul Menzel
2011-02-10 22:18 ` [PATCH] clutter-gst add 1.3.4 Andreas Mueller
2011-02-11 22:26 ` Tom Rini
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.