diff options
author | Ross Burton <ross.burton@intel.com> | 2017-02-20 16:44:26 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-23 12:49:51 -0800 |
commit | 0cce08ba5ad3cb3b0b2391a21b85d1dbc6115774 (patch) | |
tree | 4d5adb2865ec4100aa7462dae5d00082da92ebc2 /meta/recipes-multimedia | |
parent | 84b03847daa3f8a4216dda35805c59a12bee7466 (diff) | |
download | poky-0cce08ba5ad3cb3b0b2391a21b85d1dbc6115774.tar.gz |
gstreamer1.0-vaapi: inherit upstream-version-is-even
These plugins follow the GStreamer versioning, so inherit this class to ensure
we don't get notified about development releases.
(From OE-Core rev: cde7b38bcbd419799070da92013b4ea98468e643)
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-vaapi.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi.inc index 59b032455b..c73ecf8efe 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi.inc | |||
@@ -16,7 +16,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/${REALPN}/${REALPN}-${PV}.tar.x | |||
16 | 16 | ||
17 | S = "${WORKDIR}/${REALPN}-${PV}" | 17 | S = "${WORKDIR}/${REALPN}-${PV}" |
18 | 18 | ||
19 | inherit autotools pkgconfig gtk-doc distro_features_check | 19 | inherit autotools pkgconfig gtk-doc distro_features_check upstream-version-is-even |
20 | 20 | ||
21 | REQUIRED_DISTRO_FEATURES ?= "opengl" | 21 | REQUIRED_DISTRO_FEATURES ?= "opengl" |
22 | 22 | ||