diff options
author | Richard Purdie <richard@openedhand.com> | 2007-06-14 14:26:36 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-06-14 14:26:36 +0000 |
commit | 0a46762039a594fa32778b419ec9ff1c0002e642 (patch) | |
tree | c44f184072f5baac5c36ab47573090de4f905398 /meta/packages/gstreamer | |
parent | 9e12816380839d2a9a33f164d93fda319f7b6c60 (diff) | |
download | poky-0a46762039a594fa32778b419ec9ff1c0002e642.tar.gz |
gstreamer: Add DEPENDS bison-native
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1940 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gstreamer')
-rw-r--r-- | meta/packages/gstreamer/gstreamer_0.10.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/gstreamer/gstreamer_0.10.9.bb b/meta/packages/gstreamer/gstreamer_0.10.9.bb index 1cd97f4409..a7150e854c 100644 --- a/meta/packages/gstreamer/gstreamer_0.10.9.bb +++ b/meta/packages/gstreamer/gstreamer_0.10.9.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" | 7 | DEPENDS = "glib-2.0 gettext-native libxml2 bison-native" |
8 | PR = "r3" | 8 | PR = "r3" |
9 | 9 | ||
10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |