diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-09-09 11:06:40 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-14 22:22:07 +0100 |
commit | 473a47974c4a5e97b72cced102d18b2374bffb9c (patch) | |
tree | 2a6e79a4180df2b7c2aee634c46c47844fe170c4 /meta/recipes-multimedia | |
parent | 32d14e304b4479f201e486b30e268afca17901d2 (diff) | |
download | poky-473a47974c4a5e97b72cced102d18b2374bffb9c.tar.gz |
gstreamer1.0-omx: inherit upstream-version-is-even
Since gstreamer1.0-omx follows the GStreamer versioning style, inherit
upstream-version-is-even for checking the upstream version of the package.
(From OE-Core rev: d4c40d7fed89435dcf6c883343adeff37153f19e)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc index 644b2cd78b..07e5b7db5e 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc | |||
@@ -7,7 +7,7 @@ LICENSE_FLAGS = "commercial" | |||
7 | 7 | ||
8 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" | 8 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" |
9 | 9 | ||
10 | inherit autotools pkgconfig gettext gtk-doc | 10 | inherit autotools pkgconfig gettext gtk-doc upstream-version-is-even |
11 | 11 | ||
12 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" | 12 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" |
13 | 13 | ||