diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-12-01 16:57:41 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-12-01 16:57:41 +0000 |
commit | f866f511ad48dca34a0c3ff89c4d979fe47169ed (patch) | |
tree | 706e92e57bc706e5764c4ef18718286fc8748178 /meta | |
parent | 68518c413077b7c80d166bee0968c7239314ca88 (diff) | |
download | poky-f866f511ad48dca34a0c3ff89c4d979fe47169ed.tar.gz |
gstreamer: Fix DEPENDS on gettext
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/gstreamer/gstreamer_0.10.22.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/gstreamer/gstreamer_0.10.22.bb b/meta/packages/gstreamer/gstreamer_0.10.22.bb index a96e9759f2..6ac9aa59cb 100644 --- a/meta/packages/gstreamer/gstreamer_0.10.22.bb +++ b/meta/packages/gstreamer/gstreamer_0.10.22.bb | |||
@@ -4,7 +4,7 @@ SECTION = "multimedia" | |||
4 | PRIORITY = "optional" | 4 | 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 libxml2 bison-native flex-native" |
8 | PR = "r1" | 8 | PR = "r1" |
9 | 9 | ||
10 | inherit autotools_stage pkgconfig | 10 | inherit autotools_stage pkgconfig |