diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-06 00:54:40 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-06 00:54:40 +0000 |
commit | 1ce4a018b1c2bb06e16401a8e912c9a1af23173d (patch) | |
tree | 96001f9278808261b113dae9fce82aafaf64b503 /meta/packages | |
parent | a1e9d39ef839f8c942e8dcd3422f21f04937e024 (diff) | |
download | poky-1ce4a018b1c2bb06e16401a8e912c9a1af23173d.tar.gz |
gst-plugins-ogg/bad/ugly: Add missing inherit gettext
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/gstreamer/gst-plugins-bad_0.10.8.bb | 3 | ||||
-rw-r--r-- | meta/packages/gstreamer/gst-plugins-good_0.10.9.bb | 3 | ||||
-rw-r--r-- | meta/packages/gstreamer/gst-plugins-ugly_0.10.9.bb | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/meta/packages/gstreamer/gst-plugins-bad_0.10.8.bb b/meta/packages/gstreamer/gst-plugins-bad_0.10.8.bb index 78192dfa0b..a116755b8a 100644 --- a/meta/packages/gstreamer/gst-plugins-bad_0.10.8.bb +++ b/meta/packages/gstreamer/gst-plugins-bad_0.10.8.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | require gst-plugins.inc | 1 | require gst-plugins.inc |
2 | |||
3 | inherit gettext | ||
4 | |||
2 | DEPENDS += "gst-plugins-base libmusicbrainz tremor" | 5 | DEPENDS += "gst-plugins-base libmusicbrainz tremor" |
3 | 6 | ||
4 | EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio \ | 7 | EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio \ |
diff --git a/meta/packages/gstreamer/gst-plugins-good_0.10.9.bb b/meta/packages/gstreamer/gst-plugins-good_0.10.9.bb index 3b05ba8e72..3ec7434c14 100644 --- a/meta/packages/gstreamer/gst-plugins-good_0.10.9.bb +++ b/meta/packages/gstreamer/gst-plugins-good_0.10.9.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | require gst-plugins.inc | 1 | require gst-plugins.inc |
2 | |||
3 | inherit gettext | ||
4 | |||
2 | DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \ | 5 | DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \ |
3 | speex" | 6 | speex" |
4 | PR = "r4" | 7 | PR = "r4" |
diff --git a/meta/packages/gstreamer/gst-plugins-ugly_0.10.9.bb b/meta/packages/gstreamer/gst-plugins-ugly_0.10.9.bb index 052ae276ee..46966c2869 100644 --- a/meta/packages/gstreamer/gst-plugins-ugly_0.10.9.bb +++ b/meta/packages/gstreamer/gst-plugins-ugly_0.10.9.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | require gst-plugins.inc | 1 | require gst-plugins.inc |
2 | |||
3 | inherit gettext | ||
4 | |||
2 | DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame" | 5 | DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame" |
3 | PR = "r0" | 6 | PR = "r0" |
4 | 7 | ||