diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-05-19 17:14:43 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-20 21:41:10 +0100 |
commit | 929b1793f8bf1e9b505d5b10287526530b818b84 (patch) | |
tree | aef03650a0abe5e6568411f7a5e45f8b631163a1 | |
parent | 66e2eef21dedafdf89e2892125ba0f3b9fce87d3 (diff) | |
download | poky-929b1793f8bf1e9b505d5b10287526530b818b84.tar.gz |
testapps: remove old gst-meta-audio/video dependencies
Unnecessary because gst-player already pulls in correct gstreamer packages anyway.
(From OE-Core rev: bcbfc531b68799cf206277d13322a093879e17ae)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb index 4177c450aa..95b3988b31 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | |||
@@ -46,8 +46,6 @@ RDEPENDS_${PN} = "\ | |||
46 | ${KEXECTOOLS} \ | 46 | ${KEXECTOOLS} \ |
47 | alsa-utils-amixer \ | 47 | alsa-utils-amixer \ |
48 | alsa-utils-aplay \ | 48 | alsa-utils-aplay \ |
49 | gst-meta-video \ | ||
50 | gst-meta-audio \ | ||
51 | ltp \ | 49 | ltp \ |
52 | connman-tools \ | 50 | connman-tools \ |
53 | connman-tests \ | 51 | connman-tests \ |