diff options
author | Wenzong Fan <wenzong.fan@windriver.com> | 2014-09-18 04:01:16 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-22 12:57:12 +0100 |
commit | 0cc59247ece1ea134d060d3ff064b5561972a92b (patch) | |
tree | 3d50ae94c54e3fffa38130bc2dbe6292cea1a30a /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | |
parent | 1982095255917befd93ed14f9abc1f9fc4149f99 (diff) | |
download | openembedded-core-0cc59247ece1ea134d060d3ff064b5561972a92b.tar.gz openembedded-core-0cc59247ece1ea134d060d3ff064b5561972a92b.tar.bz2 openembedded-core-0cc59247ece1ea134d060d3ff064b5561972a92b.zip |
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 <wenzong.fan@windriver.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 4 |
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" 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 |