[oe-commits] Tom Rini : gstreamer: Add bison-native and flex-native to DEPENDS

git version control git at git.openembedded.org
Thu Apr 28 20:01:10 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: 7abb8142f909b8266ee38b95ea1748ea6100554a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7abb8142f909b8266ee38b95ea1748ea6100554a

Author: Tom Rini <tom_rini at mentor.com>
Date:   Fri Apr 22 14:34:31 2011 -0700

gstreamer: Add bison-native and flex-native to DEPENDS

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/gstreamer/gstreamer.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/gstreamer/gstreamer.inc b/recipes/gstreamer/gstreamer.inc
index 4dfe2a0..1876142 100644
--- a/recipes/gstreamer/gstreamer.inc
+++ b/recipes/gstreamer/gstreamer.inc
@@ -3,7 +3,7 @@ require gst-common.inc
 DESCRIPTION = "GStreamer is a multimedia framework for encoding and decoding video and sound. \
 It supports a wide range of formats including mp3, ogg, avi, mpeg and quicktime."
 
-DEPENDS += "libxml2 glib-2.0 popt"
+DEPENDS += "libxml2 glib-2.0 popt bison-native flex-native"
 
 SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz2;name=archive"
 EXTRA_OECONF += "--disable-docs-build --disable-dependency-tracking --with-check=no --enable-introspection=no"





More information about the Openembedded-commits mailing list