]> code.ossystems Code Review - openembedded-core.git/commitdiff
gstreamer1.0-vaapi: inherit upstream-version-is-even
authorRoss Burton <ross.burton@intel.com>
Mon, 20 Feb 2017 16:44:26 +0000 (16:44 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Feb 2017 20:29:17 +0000 (12:29 -0800)
These plugins follow the GStreamer versioning, so inherit this class to ensure
we don't get notified about development releases.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi.inc

index 59b032455b4d5cef5fac56fb6548257c4fa15663..c73ecf8efe5c1266af5a30c436a32de3ab82c9cb 100644 (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"