]> code.ossystems Code Review - openembedded-core.git/commitdiff
gstreamer1.0-omx: inherit upstream-version-is-even
authorMaxin B. John <maxin.john@intel.com>
Fri, 9 Sep 2016 08:06:40 +0000 (11:06 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Sep 2016 14:18:43 +0000 (15:18 +0100)
Since gstreamer1.0-omx follows the GStreamer versioning style, inherit
upstream-version-is-even for checking the upstream version of the package.

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc

index 644b2cd78bab5223741b0ba3bda94fc1fbc9b16a..07e5b7db5e01256b6cc752e6c26bff2ffb449497 100644 (file)
@@ -7,7 +7,7 @@ LICENSE_FLAGS = "commercial"
 
 DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad"
 
-inherit autotools pkgconfig gettext gtk-doc
+inherit autotools pkgconfig gettext gtk-doc upstream-version-is-even
 
 acpaths = "-I ${S}/common/m4 -I ${S}/m4"