From 654abaacc8e90f051c9aff1851f8cdc92fd959b6 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 16 Nov 2004 06:46:57 +0000 Subject: Kill manual dependency on gettext-native in favor of inheriting the oeclass, in some packages. BKrev: 4199a2611jNNB6rZRguDijjOn9uXgw --- gstreamer/gstreamer_0.8.0.oe | 2 +- gstreamer/gstreamer_0.8.1.oe | 4 ++-- gstreamer/gstreamer_0.8.2.oe | 4 ++-- gstreamer/gstreamer_0.8.3.oe | 4 ++-- gstreamer/gstreamer_0.8.5.oe | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) (limited to 'gstreamer') diff --git a/gstreamer/gstreamer_0.8.0.oe b/gstreamer/gstreamer_0.8.0.oe index dce1e5ca00..557926ece6 100644 --- a/gstreamer/gstreamer_0.8.0.oe +++ b/gstreamer/gstreamer_0.8.0.oe @@ -8,7 +8,7 @@ SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.8.0.tar.bz EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking" -inherit autotools pkgconfig +inherit autotools pkgconfig gettext gettext do_stage() { oe_runmake install prefix=${STAGING_DIR} \ diff --git a/gstreamer/gstreamer_0.8.1.oe b/gstreamer/gstreamer_0.8.1.oe index dfa5f39e2f..890da6321f 100644 --- a/gstreamer/gstreamer_0.8.1.oe +++ b/gstreamer/gstreamer_0.8.1.oe @@ -2,7 +2,7 @@ PR = "r1" 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 = "glib-2.0 gettext-native libxml2 popt" +DEPENDS = "glib-2.0 libxml2 popt" SECTION = "x11/network" PRIORITY = "optional" @@ -13,7 +13,7 @@ SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking" -inherit autotools pkgconfig +inherit autotools pkgconfig gettext gettext do_stage() { oe_runmake install prefix=${STAGING_DIR} \ diff --git a/gstreamer/gstreamer_0.8.2.oe b/gstreamer/gstreamer_0.8.2.oe index 6e03cceca2..c2f1376da3 100644 --- a/gstreamer/gstreamer_0.8.2.oe +++ b/gstreamer/gstreamer_0.8.2.oe @@ -2,7 +2,7 @@ PR = "r0" 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 = "glib-2.0 gettext-native libxml2 popt" +DEPENDS = "glib-2.0 libxml2 popt" SECTION = "x11/network" PRIORITY = "optional" @@ -14,7 +14,7 @@ SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking" -inherit autotools pkgconfig +inherit autotools pkgconfig gettext gettext do_stage() { oe_runmake install prefix=${STAGING_DIR} \ diff --git a/gstreamer/gstreamer_0.8.3.oe b/gstreamer/gstreamer_0.8.3.oe index 4c1956970d..4ab93c2e2d 100644 --- a/gstreamer/gstreamer_0.8.3.oe +++ b/gstreamer/gstreamer_0.8.3.oe @@ -2,7 +2,7 @@ PR = "r1" 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 = "glib-2.0 gettext-native libxml2 popt" +DEPENDS = "glib-2.0 libxml2 popt" SECTION = "x11/network" PRIORITY = "optional" @@ -15,7 +15,7 @@ SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking" -inherit autotools pkgconfig +inherit autotools pkgconfig gettext gettext do_stage() { oe_runmake install prefix=${STAGING_DIR} \ diff --git a/gstreamer/gstreamer_0.8.5.oe b/gstreamer/gstreamer_0.8.5.oe index 16ce7056dc..b548121490 100644 --- a/gstreamer/gstreamer_0.8.5.oe +++ b/gstreamer/gstreamer_0.8.5.oe @@ -2,7 +2,7 @@ PR = "r0" 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 = "glib-2.0 gettext-native libxml2 popt" +DEPENDS = "glib-2.0 libxml2 popt" SECTION = "x11/network" PRIORITY = "optional" @@ -15,7 +15,7 @@ SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking" -inherit autotools pkgconfig +inherit autotools pkgconfig gettext gettext do_stage() { oe_runmake install prefix=${STAGING_DIR} \ -- cgit v1.2.3