]> code.ossystems Code Review - openembedded-core.git/commitdiff
gstreamer:patch to fix problem with mkinstalldirs (from OE)
authorMarcin Juszkiewicz <hrw@openedhand.com>
Sat, 29 Mar 2008 09:37:30 +0000 (09:37 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Sat, 29 Mar 2008 09:37:30 +0000 (09:37 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4149 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/gstreamer/gstreamer/po-makefile-fix.patch [new file with mode: 0644]
meta/packages/gstreamer/gstreamer_0.10.17.bb

diff --git a/meta/packages/gstreamer/gstreamer/po-makefile-fix.patch b/meta/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 40f861af44b7618e2a50b20a6525cabf711459bd..87a1ba8431a953f4834fd14722ce4631d352f2fa 100644 (file)
@@ -5,13 +5,14 @@ PRIORITY = "optional"
 LICENSE = "LGPL"
 HOMEPAGE = "http://www.gstreamer.net/"
 DEPENDS = "glib-2.0 gettext-native libxml2 bison-native flex-native"
-PR = "r4"
+PR = "r5"
 
 inherit autotools pkgconfig
 
 SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz2 \
            file://gst-inspect-check-error.patch;patch=1 \
-        file://gstreamer-omit-debug-directories.patch;patch=1"
+           file://gstreamer-omit-debug-directories.patch;patch=1 \
+           file://po-makefile-fix.patch;patch=1"
 #           file://gstregistrybinary.c \
 #           file://gstregistrybinary.h \
 #           file://gstreamer-0.9-binary-registry.patch;patch=1"