* [PATCH 0/3] Add missing dependency on licap for 3 recipes
@ 2014-07-24 5:55 jackie.huang
2014-07-24 5:55 ` [PATCH 1/3] pulseaudio: add missing dependency on libcap jackie.huang
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: jackie.huang @ 2014-07-24 5:55 UTC (permalink / raw)
To: openembedded-core
From: Jackie Huang <jackie.huang@windriver.com>
--
The following changes since commit 58f08a96764094189b5aaf3cc8b4cc0c95e23409:
gst-ffmpeg: Add CVE patches (2014-07-23 21:57:04 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib jhuang0/r_depend_140724_0
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jhuang0/r_depend_140724_0
Jackie Huang (3):
pulseaudio: add missing dependency on libcap
gst-plugins-good: add missing dependency on libcap
gstreamer1.0-plugins-good: add missing dependency on libcap
.../gstreamer/gst-plugins-good_0.10.31.bb | 2 +-
.../gstreamer/gstreamer1.0-plugins-good.inc | 2 +-
meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
--
1.7.9.5
^ permalink raw reply [flat|nested] 4+ messages in thread* [PATCH 1/3] pulseaudio: add missing dependency on libcap
2014-07-24 5:55 [PATCH 0/3] Add missing dependency on licap for 3 recipes jackie.huang
@ 2014-07-24 5:55 ` jackie.huang
2014-07-24 5:55 ` [PATCH 2/3] gst-plugins-good: " jackie.huang
2014-07-24 5:55 ` [PATCH 3/3] gstreamer1.0-plugins-good: " jackie.huang
2 siblings, 0 replies; 4+ messages in thread
From: jackie.huang @ 2014-07-24 5:55 UTC (permalink / raw)
To: openembedded-core
From: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
index 195a982..db144a9 100644
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
+++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://GPL;md5=4325afd396febcb659c36b49533135d4 \
DEPENDS = "libatomics-ops liboil libsamplerate0 libsndfile1 libtool"
# optional
DEPENDS += "udev alsa-lib glib-2.0 dbus gconf"
-DEPENDS += "json-c gdbm speex libxml-parser-perl-native"
+DEPENDS += "json-c gdbm speex libxml-parser-perl-native libcap"
inherit autotools pkgconfig useradd gettext perlnative
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/3] gst-plugins-good: add missing dependency on libcap
2014-07-24 5:55 [PATCH 0/3] Add missing dependency on licap for 3 recipes jackie.huang
2014-07-24 5:55 ` [PATCH 1/3] pulseaudio: add missing dependency on libcap jackie.huang
@ 2014-07-24 5:55 ` jackie.huang
2014-07-24 5:55 ` [PATCH 3/3] gstreamer1.0-plugins-good: " jackie.huang
2 siblings, 0 replies; 4+ messages in thread
From: jackie.huang @ 2014-07-24 5:55 UTC (permalink / raw)
To: openembedded-core
From: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
.../gstreamer/gst-plugins-good_0.10.31.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb
index 4ccdec0..495bb17 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb
@@ -22,7 +22,7 @@ PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc"
PACKAGECONFIG[x11] = "--enable-x,--disable-x,virtual/libx11 libxfixes libxdamage"
DEPENDS += "gst-plugins-base gconf cairo libpng zlib libid3tag flac \
- speex libsoup-2.4"
+ speex libsoup-2.4 libcap"
inherit gettext gconf
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 3/3] gstreamer1.0-plugins-good: add missing dependency on libcap
2014-07-24 5:55 [PATCH 0/3] Add missing dependency on licap for 3 recipes jackie.huang
2014-07-24 5:55 ` [PATCH 1/3] pulseaudio: add missing dependency on libcap jackie.huang
2014-07-24 5:55 ` [PATCH 2/3] gst-plugins-good: " jackie.huang
@ 2014-07-24 5:55 ` jackie.huang
2 siblings, 0 replies; 4+ messages in thread
From: jackie.huang @ 2014-07-24 5:55 UTC (permalink / raw)
To: openembedded-core
From: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
.../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
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-07-24 5:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-24 5:55 [PATCH 0/3] Add missing dependency on licap for 3 recipes jackie.huang
2014-07-24 5:55 ` [PATCH 1/3] pulseaudio: add missing dependency on libcap jackie.huang
2014-07-24 5:55 ` [PATCH 2/3] gst-plugins-good: " jackie.huang
2014-07-24 5:55 ` [PATCH 3/3] gstreamer1.0-plugins-good: " jackie.huang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox