]> code.ossystems Code Review - openembedded-core.git/commitdiff
gstreamer_0.10.31.bb: inherit gettext class instead of adding gettext to DEPENDS...
authorKhem Raj <raj.khem@gmail.com>
Fri, 1 Apr 2011 04:10:43 +0000 (21:10 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Apr 2011 12:41:45 +0000 (13:41 +0100)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-multimedia/gstreamer/gstreamer_0.10.31.bb

index 96c45ebc0ed88f00efe3f9a40b91f4a2dd499587..dc1d07c6c13579b37c6f978d1cb541cb6304f178 100644 (file)
@@ -8,7 +8,7 @@ PRIORITY = "optional"
 LICENSE = "LGPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605 \
                     file://gst/gst.h;beginline=1;endline=21;md5=8e5fe5e87d33a04479fde862e238eaa4"
-DEPENDS = "glib-2.0 gettext libxml2 bison-native flex-native"
+DEPENDS = "glib-2.0 libxml2 bison-native flex-native"
 
 PR = "r0"
 
@@ -19,7 +19,7 @@ SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz
 SRC_URI[md5sum] = "a21fb08bdb578d972c7c14e77da8fbb6"
 SRC_URI[sha256sum] = "7f737e6d047c1ebeb4e1e0725fc377c5d9f12ee89186de7960be3cbba709ab84"
 
-inherit autotools pkgconfig
+inherit autotools pkgconfig gettext
 
 EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --with-check=no --disable-examples --disable-tests --disable-valgrind --disable-debug"