summaryrefslogtreecommitdiff
path: root/meta/packages
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-06-22 16:01:00 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-06-22 16:01:00 +0100
commit18b5cd7ba2fc0c4d155accd709201f3fe26b38f7 (patch)
treec0db512b66d00a70b2c7c1a3affb2b09e21fa07c /meta/packages
parent96f56b2603fabd80b864dba019f6c8a721175dd4 (diff)
downloadopenembedded-core-18b5cd7ba2fc0c4d155accd709201f3fe26b38f7.tar.gz
openembedded-core-18b5cd7ba2fc0c4d155accd709201f3fe26b38f7.tar.bz2
openembedded-core-18b5cd7ba2fc0c4d155accd709201f3fe26b38f7.tar.xz
openembedded-core-18b5cd7ba2fc0c4d155accd709201f3fe26b38f7.zip
clutter-gst: Fix to work with SRCREV 9db4a61a25677764bb927369c5c68ada958fb65c
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r--meta/packages/clutter/clutter-gst/autofoo-9db4a61a25677764bb927369c5c68ada958fb65c.patch25
-rw-r--r--meta/packages/clutter/clutter-gst_git.bb3
2 files changed, 27 insertions, 1 deletions
diff --git a/meta/packages/clutter/clutter-gst/autofoo-9db4a61a25677764bb927369c5c68ada958fb65c.patch b/meta/packages/clutter/clutter-gst/autofoo-9db4a61a25677764bb927369c5c68ada958fb65c.patch
new file mode 100644
index 000000000..569b0d8be
--- /dev/null
+++ b/meta/packages/clutter/clutter-gst/autofoo-9db4a61a25677764bb927369c5c68ada958fb65c.patch
@@ -0,0 +1,25 @@
+---
+ doc/reference/Makefile.am | 2 +-
+ examples/Makefile.am | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+Index: clutter-gst/examples/Makefile.am
+===================================================================
+--- clutter-gst.orig/examples/Makefile.am 2007-11-06 12:31:36.000000000 +0000
++++ clutter-gst/examples/Makefile.am 2007-11-06 18:53:59.000000000 +0000
+@@ -1,4 +1,4 @@
+-noinst_PROGRAMS = video-player video-sink audio
++bin_PROGRAMS = video-player video-sink audio
+
+ INCLUDES = -I$(top_srcdir)/
+
+Index: clutter-gst/doc/reference/Makefile.am
+===================================================================
+--- clutter-gst.orig/doc/reference/Makefile.am 2007-11-06 19:36:56.000000000 +0000
++++ clutter-gst/doc/reference/Makefile.am 2007-11-06 19:37:02.000000000 +0000
+@@ -77,4 +77,4 @@ include $(top_srcdir)/gtk-doc.make
+
+ # Other files to distribute
+ # e.g. EXTRA_DIST += version.xml.in
+-EXTRA_DIST += version.xml.in
++EXTRA_DIST = version.xml.in
diff --git a/meta/packages/clutter/clutter-gst_git.bb b/meta/packages/clutter/clutter-gst_git.bb
index 1c34984ac..7d0c53ba3 100644
--- a/meta/packages/clutter/clutter-gst_git.bb
+++ b/meta/packages/clutter/clutter-gst_git.bb
@@ -4,6 +4,7 @@ PV = "0.9.0+git${SRCPV}"
PR = "r1"
SRC_URI = "git://git.clutter-project.org/clutter-gst.git;protocol=git \
- file://autofoo.patch;patch=1"
+ file://autofoo-9db4a61a25677764bb927369c5c68ada958fb65c.patch;patch=1;rev=9db4a61a25677764bb927369c5c68ada958fb65c \
+ file://autofoo.patch;patch=1;notrev=9db4a61a25677764bb927369c5c68ada958fb65c"
S = "${WORKDIR}/git"