gstreamer_0.10.17.bb : patch to fix problem with mkinstalldirs
authorGraeme Gregory <dp@xora.org.uk>
Thu, 20 Mar 2008 12:18:12 +0000 (12:18 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Thu, 20 Mar 2008 12:18:12 +0000 (12:18 +0000)
packages/gstreamer/gstreamer/po-makefile-fix.patch [new file with mode: 0644]
packages/gstreamer/gstreamer_0.10.17.bb

diff --git a/packages/gstreamer/gstreamer/po-makefile-fix.patch b/packages/gstreamer/gstreamer/po-makefile-fix.patch
new file mode 100644 (file)
index 0000000..774c21c
--- /dev/null
@@ -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@
index 9e9ae62..b2e5daf 100644 (file)
@@ -1,3 +1,6 @@
 require gstreamer.inc
 
-PR = "r0"
+PR = "r1"
+
+SRC_URI += "file://po-makefile-fix.patch;patch=1"
+