diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2014-07-24 01:55:16 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-25 15:34:00 +0100 |
commit | 0565d8bc17b061a8a6087f1667e10a3e3608c88e (patch) | |
tree | 5239ac2c31fcd4d4dfbcfe8a0f37804535ebc42e /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | |
parent | 02a15c08232ce2e7289c83328ba13a27817b225c (diff) | |
download | poky-0565d8bc17b061a8a6087f1667e10a3e3608c88e.tar.gz |
gstreamer1.0-plugins-good: add missing dependency on libcap
(From OE-Core rev: e1ac22b340a66e3da53182faf0d624db9ccbdee1)
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc index b73bcd06e7..4e76a33655 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | |||
@@ -3,7 +3,7 @@ require gstreamer1.0-plugins.inc | |||
3 | LICENSE = "GPLv2+ & LGPLv2.1+" | 3 | LICENSE = "GPLv2+ & LGPLv2.1+" |
4 | 4 | ||
5 | # libid3tag | 5 | # libid3tag |
6 | DEPENDS += "gstreamer1.0-plugins-base zlib bzip2" | 6 | DEPENDS += "gstreamer1.0-plugins-base zlib bzip2 libcap" |
7 | 7 | ||
8 | inherit gettext | 8 | inherit gettext |
9 | 9 | ||