[oe-commits] Jackie Huang : gstreamer1.0-plugins-good: add missing dependency on libcap

git at git.openembedded.org git at git.openembedded.org
Fri Jul 25 14:34:59 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: e1ac22b340a66e3da53182faf0d624db9ccbdee1
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e1ac22b340a66e3da53182faf0d624db9ccbdee1

Author: Jackie Huang <jackie.huang at windriver.com>
Date:   Thu Jul 24 01:55:16 2014 -0400

gstreamer1.0-plugins-good: add missing dependency on libcap

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
index b73bcd0..4e76a33 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
 LICENSE = "GPLv2+ & LGPLv2.1+"
 
 # libid3tag
-DEPENDS += "gstreamer1.0-plugins-base zlib bzip2"
+DEPENDS += "gstreamer1.0-plugins-base zlib bzip2 libcap"
 
 inherit gettext
 



More information about the Openembedded-commits mailing list