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/gstreamer/gst-plugins-ugly_0.10.9.bb | |
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/gstreamer/gst-plugins-ugly_0.10.9.bb')
-rw-r--r-- | meta/packages/gstreamer/gst-plugins-ugly_0.10.9.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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 | ||