gstreamer_0.10.31.bb: inherit gettext class instead of adding gettext to DEPENDS directly

(From OE-Core rev: 83bcd0b19311d274145398886e2718cda411ce8e)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj 2011-03-31 21:10:43 -07:00 committed by Richard Purdie
parent 16544ab32e
commit 1f0e57487e
1 changed files with 2 additions and 2 deletions

View 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"