[oe-commits] [openembedded-core] 48/68: gstreamer1.0-vaapi: inherit upstream-version-is-even

git at git.openembedded.org git at git.openembedded.org
Thu Feb 23 20:51:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit cde7b38bcbd419799070da92013b4ea98468e643
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Feb 20 16:44:26 2017 +0000

    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.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi.inc
index 59b0324..c73ecf8 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
 
 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list