summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-03-08 14:21:01 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-09 14:43:12 +0000
commit47b19896708f9f5b1f16f12769b6c39c207388c9 (patch)
treef91bdf6d1aa7abb1cdadd4dda26094affafe1c36 /meta/recipes-multimedia
parent4ea7748e64b6a5029345609455a9e88c69af8e05 (diff)
downloadpoky-47b19896708f9f5b1f16f12769b6c39c207388c9.tar.gz
gstreamer1.0-plugins-bad: remove redundant jpeg dependency
The JPEG parser doesn't use libjpeg. (From OE-Core rev: 94e2e294e2788c233d7e8932c20d6699cb28b1ea) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.4.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.4.bb
index 8c7c235fd1..4987be865b 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.4.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.4.bb
@@ -18,7 +18,7 @@ LICENSE = "GPLv2+ & LGPLv2+ & LGPLv2.1+"
18LIC_FILES_CHKSUM = "file://COPYING;md5=73a5855a8119deb017f5f13cf327095d \ 18LIC_FILES_CHKSUM = "file://COPYING;md5=73a5855a8119deb017f5f13cf327095d \
19 file://COPYING.LIB;md5=21682e4e8fea52413fd26c60acb907e5 " 19 file://COPYING.LIB;md5=21682e4e8fea52413fd26c60acb907e5 "
20 20
21DEPENDS += "gstreamer1.0-plugins-base jpeg" 21DEPENDS += "gstreamer1.0-plugins-base"
22 22
23inherit gettext bluetooth 23inherit gettext bluetooth
24 24