summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-08 09:32:21 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-08 20:22:11 +0000
commit35f134529097e9b1d1fa28613f6e19b047836e1f (patch)
tree5e961a2ac18b6a7bb8150c4e0bd2b552134d8ee2 /meta/recipes-multimedia/gstreamer
parent22eb7f218d9fba1c4ed988e16f74426aba74f43b (diff)
downloadpoky-35f134529097e9b1d1fa28613f6e19b047836e1f.tar.gz
gst-plugins-bad: Bump cache versions to avoid libxkbcommon sstate issues
(From OE-Core rev: 9a60abe9149d9903e83ab4e59b2e2ffd36b74aa6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.5.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.5.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.5.bb
index b189eab63d..1a091025fe 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.5.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.5.bb
@@ -18,6 +18,10 @@ S = "${WORKDIR}/gst-plugins-bad-${PV}"
18LICENSE = "GPLv2+ & LGPLv2+ & LGPLv2.1+" 18LICENSE = "GPLv2+ & LGPLv2+ & LGPLv2.1+"
19LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" 19LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
20 20
21# remove at next version upgrade or when output changes
22PR = "r1"
23HASHEQUIV_HASH_VERSION .= ".1"
24
21DEPENDS += "gstreamer1.0-plugins-base" 25DEPENDS += "gstreamer1.0-plugins-base"
22 26
23inherit gobject-introspection 27inherit gobject-introspection