[oe-commits] [openembedded-core] 39/55: gst-validate: inherit upstream-version-is-even

git at git.openembedded.org git at git.openembedded.org
Sat Feb 24 10:38:24 UTC 2018


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

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

commit 0bef3b016bd87555696458ceac5118531349a05b
Author: Anuj Mittal <anuj.mittal at intel.com>
AuthorDate: Tue Feb 20 14:47:06 2018 +0800

    gst-validate: inherit upstream-version-is-even
    
    gst-validate follows GStreamer versioning. Inherit class to make
    sure development releases aren't marked as latest.
    
    Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-multimedia/gstreamer/gst-validate_1.12.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/gstreamer/gst-validate_1.12.4.bb b/meta/recipes-multimedia/gstreamer/gst-validate_1.12.4.bb
index d2dbb41..0f2585a 100644
--- a/meta/recipes-multimedia/gstreamer/gst-validate_1.12.4.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-validate_1.12.4.bb
@@ -15,7 +15,7 @@ RRECOMMENDS_${PN} = "git"
 
 FILES_${PN} += "${datadir}/gstreamer-1.0/* ${libdir}/gst-validate-launcher/* ${libdir}/gstreamer-1.0/*"
 
-inherit pkgconfig gettext autotools gobject-introspection gtk-doc
+inherit pkgconfig gettext autotools gobject-introspection gtk-doc upstream-version-is-even
 
 # With gtk-doc enabled this recipe fails to build, so forcibly disable it:
 # WORKDIR/build/docs/validate/gst-validate-scan: line 117:

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


More information about the Openembedded-commits mailing list