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>
This commit is contained in:
Ross Burton 2017-02-20 16:44:26 +00:00 committed by Richard Purdie
parent 84b03847da
commit 0cce08ba5a
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/${REALPN}/${REALPN}-${PV}.tar.x
S = "${WORKDIR}/${REALPN}-${PV}"
inherit autotools pkgconfig gtk-doc distro_features_check
inherit autotools pkgconfig gtk-doc distro_features_check upstream-version-is-even
REQUIRED_DISTRO_FEATURES ?= "opengl"