diff options
author | Ross Burton <ross.burton@intel.com> | 2019-03-08 14:21:00 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-09 14:43:12 +0000 |
commit | 4ea7748e64b6a5029345609455a9e88c69af8e05 (patch) | |
tree | 9d0dd0a2485611ecf894e56142f52e264f5b44d3 | |
parent | ed7daa7e858823f962d8382f55e3e6928bcbc58c (diff) | |
download | poky-4ea7748e64b6a5029345609455a9e88c69af8e05.tar.gz |
gstreamer1.0-plugins-ugly: remove redundant libid3tag dependency
The use of this library was removed in 2012.
(From OE-Core rev: 807a9361d0b00fb884ac9fc1aae227f613808913)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.4.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.4.bb index c59ba1de51..168e64d84c 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.4.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.4.bb | |||
@@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "ac02d837f166c35ff6ce0738e281680d0b90052cfb1f0255dcf6aaca5f | |||
15 | 15 | ||
16 | S = "${WORKDIR}/gst-plugins-ugly-${PV}" | 16 | S = "${WORKDIR}/gst-plugins-ugly-${PV}" |
17 | 17 | ||
18 | DEPENDS += "gstreamer1.0-plugins-base libid3tag" | 18 | DEPENDS += "gstreamer1.0-plugins-base" |
19 | 19 | ||
20 | inherit gettext | 20 | inherit gettext |
21 | 21 | ||