diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-01 11:19:21 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-01 11:19:21 +0000 |
commit | 5675f4056b8a59c6c984af68acd7c6de05db88be (patch) | |
tree | 5a0fde89682177d243387b7c75c70038a810e11e /meta/packages/gstreamer | |
parent | 40eb81cc21a3529d996c65c5869bebb3605d2d97 (diff) | |
download | poky-5675f4056b8a59c6c984af68acd7c6de05db88be.tar.gz |
gstreamer: adapt po-makefile-fix patch a bit
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4154 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gstreamer')
-rw-r--r-- | meta/packages/gstreamer/gstreamer/po-makefile-fix.patch | 20 | ||||
-rw-r--r-- | meta/packages/gstreamer/gstreamer_0.10.17.bb | 2 |
2 files changed, 15 insertions, 7 deletions
diff --git a/meta/packages/gstreamer/gstreamer/po-makefile-fix.patch b/meta/packages/gstreamer/gstreamer/po-makefile-fix.patch index 774c21c189..9efc09be6d 100644 --- a/meta/packages/gstreamer/gstreamer/po-makefile-fix.patch +++ b/meta/packages/gstreamer/gstreamer/po-makefile-fix.patch | |||
@@ -1,13 +1,21 @@ | |||
1 | Index: gstreamer-0.10.17/po/Makefile.in.in | 1 | --- |
2 | =================================================================== | 2 | po/Makefile.in.in | 4 ++-- |
3 | --- gstreamer-0.10.17.orig/po/Makefile.in.in 2008-01-25 23:21:31.000000000 +0800 | 3 | 1 file changed, 2 insertions(+), 2 deletions(-) |
4 | +++ gstreamer-0.10.17/po/Makefile.in.in 2008-03-20 19:10:54.000000000 +0800 | 4 | |
5 | @@ -30,7 +30,7 @@ | 5 | --- gstreamer-0.10.17.orig/po/Makefile.in.in |
6 | +++ gstreamer-0.10.17/po/Makefile.in.in | ||
7 | @@ -27,12 +27,12 @@ datadir = @datadir@ | ||
8 | localedir = $(datadir)/locale | ||
9 | gettextsrcdir = $(datadir)/gettext/po | ||
10 | |||
6 | INSTALL = @INSTALL@ | 11 | INSTALL = @INSTALL@ |
7 | INSTALL_DATA = @INSTALL_DATA@ | 12 | INSTALL_DATA = @INSTALL_DATA@ |
8 | MKINSTALLDIRS = @MKINSTALLDIRS@ | 13 | -MKINSTALLDIRS = @MKINSTALLDIRS@ |
9 | -mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac` | 14 | -mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac` |
15 | +MKINSTALLDIRS = $(top_builddir)/mkinstalldirs | ||
10 | +mkinstalldirs = $(MKINSTALLDIRS) | 16 | +mkinstalldirs = $(MKINSTALLDIRS) |
11 | 17 | ||
12 | GMSGFMT = @GMSGFMT@ | 18 | GMSGFMT = @GMSGFMT@ |
13 | MSGFMT = @MSGFMT@ | 19 | MSGFMT = @MSGFMT@ |
20 | XGETTEXT = @XGETTEXT@ | ||
21 | MSGMERGE = msgmerge | ||
diff --git a/meta/packages/gstreamer/gstreamer_0.10.17.bb b/meta/packages/gstreamer/gstreamer_0.10.17.bb index 87a1ba8431..80becb1a40 100644 --- a/meta/packages/gstreamer/gstreamer_0.10.17.bb +++ b/meta/packages/gstreamer/gstreamer_0.10.17.bb | |||
@@ -5,7 +5,7 @@ PRIORITY = "optional" | |||
5 | LICENSE = "LGPL" | 5 | LICENSE = "LGPL" |
6 | HOMEPAGE = "http://www.gstreamer.net/" | 6 | HOMEPAGE = "http://www.gstreamer.net/" |
7 | DEPENDS = "glib-2.0 gettext-native libxml2 bison-native flex-native" | 7 | DEPENDS = "glib-2.0 gettext-native libxml2 bison-native flex-native" |
8 | PR = "r5" | 8 | PR = "r6" |
9 | 9 | ||
10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
11 | 11 | ||