summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2008-03-20 12:18:12 +0000
committerGraeme Gregory <dp@xora.org.uk>2008-03-20 12:18:12 +0000
commit748e952eb4d4c6ad5fbc418dd8cc6d6e801fed7c (patch)
treeaa66290af5aefd9a86f7bf56e72f34a8d197a732 /packages
parenta0e2d9d479491353d0bbd7ed7a1a862bd63b3dfd (diff)
gstreamer_0.10.17.bb : patch to fix problem with mkinstalldirs
Diffstat (limited to 'packages')
-rw-r--r--packages/gstreamer/gstreamer/po-makefile-fix.patch13
-rw-r--r--packages/gstreamer/gstreamer_0.10.17.bb5
2 files changed, 17 insertions, 1 deletions
diff --git a/packages/gstreamer/gstreamer/po-makefile-fix.patch b/packages/gstreamer/gstreamer/po-makefile-fix.patch
new file mode 100644
index 0000000000..774c21c189
--- /dev/null
+++ b/packages/gstreamer/gstreamer/po-makefile-fix.patch
@@ -0,0 +1,13 @@
+Index: gstreamer-0.10.17/po/Makefile.in.in
+===================================================================
+--- gstreamer-0.10.17.orig/po/Makefile.in.in 2008-01-25 23:21:31.000000000 +0800
++++ gstreamer-0.10.17/po/Makefile.in.in 2008-03-20 19:10:54.000000000 +0800
+@@ -30,7 +30,7 @@
+ INSTALL = @INSTALL@
+ INSTALL_DATA = @INSTALL_DATA@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+-mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
++mkinstalldirs = $(MKINSTALLDIRS)
+
+ GMSGFMT = @GMSGFMT@
+ MSGFMT = @MSGFMT@
diff --git a/packages/gstreamer/gstreamer_0.10.17.bb b/packages/gstreamer/gstreamer_0.10.17.bb
index 9e9ae62cb1..b2e5daf671 100644
--- a/packages/gstreamer/gstreamer_0.10.17.bb
+++ b/packages/gstreamer/gstreamer_0.10.17.bb
@@ -1,3 +1,6 @@
require gstreamer.inc
-PR = "r0"
+PR = "r1"
+
+SRC_URI += "file://po-makefile-fix.patch;patch=1"
+