summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
diff options
context:
space:
mode:
authorWenzong Fan <wenzong.fan@windriver.com>2014-09-18 04:01:16 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-22 13:04:23 +0100
commitcc58218be4f427e4cb8659ae0b4600342c376cc8 (patch)
treed262ecf0b850c1ce4bdf1e7a4d7598bb14ce2feb /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
parent13d1209731ec2ec028101bdbf8b4cf8342c5b56e (diff)
downloadpoky-cc58218be4f427e4cb8659ae0b4600342c376cc8.tar.gz
gstreamer1.0-plugins-bad: disable libssh2
libssh2 is automatically linked to if present, this undetermined dependency may cause build errors like: .../x86_64-poky-linux/4.9.0/ld: cannot find -lssh2 libssh2 isn't an oe-core recipe, disable it for now. (From OE-Core rev: 0cc59247ece1ea134d060d3ff064b5561972a92b) Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
index d8aa6eedcb..dab0bf54a6 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
@@ -6,6 +6,9 @@ DEPENDS += "gstreamer1.0-plugins-base bzip2 libpng jpeg"
6 6
7S = "${WORKDIR}/gst-plugins-bad-${PV}" 7S = "${WORKDIR}/gst-plugins-bad-${PV}"
8 8
9SRC_URI += "file://configure-allow-to-disable-libssh2.patch \
10 "
11
9inherit gettext 12inherit gettext
10 13
11# opengl packageconfig factored out to make it easy for distros 14# opengl packageconfig factored out to make it easy for distros
@@ -51,6 +54,7 @@ PACKAGECONFIG[rsvg] = "--enable-rsvg,--disable-rsvg,librsvg"
51PACKAGECONFIG[sndfile] = "--enable-sndfile,--disable-sndfile,libsndfile1" 54PACKAGECONFIG[sndfile] = "--enable-sndfile,--disable-sndfile,libsndfile1"
52PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp" 55PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp"
53PACKAGECONFIG[rtmp] = "--enable-rtmp,--disable-rtmp,rtmpdump" 56PACKAGECONFIG[rtmp] = "--enable-rtmp,--disable-rtmp,rtmpdump"
57PACKAGECONFIG[libssh2] = "--enable-libssh2,--disable-libssh2,libssh2"
54 58
55# these plugins have not been ported to 1.0 (yet): 59# these plugins have not been ported to 1.0 (yet):
56# directdraw vcd apexsink dc1394 lv2 linsys musepack mythtv 60# directdraw vcd apexsink dc1394 lv2 linsys musepack mythtv