diff options
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb b/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb index 1788104431..2fb39d57b7 100644 --- a/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb +++ b/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb | |||
@@ -5,10 +5,11 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
5 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 5 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
6 | 6 | ||
7 | 7 | ||
8 | PR = "r10" | 8 | PR = "r11" |
9 | 9 | ||
10 | PACKAGES = "\ | 10 | PACKAGES = "\ |
11 | gst-meta-base \ | 11 | gst-meta-base \ |
12 | gst-meta-x11-base \ | ||
12 | gst-meta-audio \ | 13 | gst-meta-audio \ |
13 | gst-meta-debug \ | 14 | gst-meta-debug \ |
14 | gst-meta-video" | 15 | gst-meta-video" |
@@ -23,7 +24,6 @@ RDEPENDS_gst-meta-base = "\ | |||
23 | gst-plugins-base-gio \ | 24 | gst-plugins-base-gio \ |
24 | gst-plugins-base-alsa \ | 25 | gst-plugins-base-alsa \ |
25 | gst-plugins-base-volume \ | 26 | gst-plugins-base-volume \ |
26 | gst-plugins-base-ximagesink \ | ||
27 | gst-plugins-base-audioconvert \ | 27 | gst-plugins-base-audioconvert \ |
28 | gst-plugins-base-audioresample \ | 28 | gst-plugins-base-audioresample \ |
29 | gst-plugins-base-typefindfunctions \ | 29 | gst-plugins-base-typefindfunctions \ |
@@ -32,6 +32,7 @@ RDEPENDS_gst-meta-base = "\ | |||
32 | gst-plugins-good-autodetect \ | 32 | gst-plugins-good-autodetect \ |
33 | gst-plugins-good-souphttpsrc" | 33 | gst-plugins-good-souphttpsrc" |
34 | 34 | ||
35 | RDEPENDS_gst-meta-x11-base = "${@base_contains('DISTRO_FEATURES', 'x11', 'gst-plugins-base-ximagesink', '', d)}" | ||
35 | 36 | ||
36 | RDEPENDS_gst-meta-audio = "\ | 37 | RDEPENDS_gst-meta-audio = "\ |
37 | gst-meta-base \ | 38 | gst-meta-base \ |