From 0cc59247ece1ea134d060d3ff064b5561972a92b Mon Sep 17 00:00:00 2001 From: Wenzong Fan Date: Thu, 18 Sep 2014 04:01:16 -0400 Subject: 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. Signed-off-by: Wenzong Fan --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc') 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" S = "${WORKDIR}/gst-plugins-bad-${PV}" +SRC_URI += "file://configure-allow-to-disable-libssh2.patch \ + " + inherit gettext # opengl packageconfig factored out to make it easy for distros @@ -51,6 +54,7 @@ PACKAGECONFIG[rsvg] = "--enable-rsvg,--disable-rsvg,librsvg" PACKAGECONFIG[sndfile] = "--enable-sndfile,--disable-sndfile,libsndfile1" PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp" PACKAGECONFIG[rtmp] = "--enable-rtmp,--disable-rtmp,rtmpdump" +PACKAGECONFIG[libssh2] = "--enable-libssh2,--disable-libssh2,libssh2" # these plugins have not been ported to 1.0 (yet): # directdraw vcd apexsink dc1394 lv2 linsys musepack mythtv -- cgit 1.2.3-korg