[oe-commits] [openembedded-core] 12/83: cairo: inherit upstream-version-is-even

git at git.openembedded.org git at git.openembedded.org
Fri Jul 1 15:31:40 UTC 2016


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

commit 16983a7256411053d6126af9b70710056ae1ce2c
Author: Jussi Kukkonen <jussi.kukkonen at intel.com>
AuthorDate: Wed Jun 22 14:52:26 2016 +0300

    cairo: inherit upstream-version-is-even
    
    Even versions are releases, odd are "snapshots".
    
    Signed-off-by: Jussi Kukkonen <jussi.kukkonen at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-graphics/cairo/cairo.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/cairo/cairo.inc b/meta/recipes-graphics/cairo/cairo.inc
index c7e686d..e5fe308 100644
--- a/meta/recipes-graphics/cairo/cairo.inc
+++ b/meta/recipes-graphics/cairo/cairo.inc
@@ -36,7 +36,7 @@ EXTRA_OECONF += "${@get_cairo_fpu_setting(bb, d)} \
                  --enable-tee \
                 "
 
-inherit autotools pkgconfig
+inherit autotools pkgconfig upstream-version-is-even
 
 # We don't depend on binutils so we need to disable this
 export ac_cv_lib_bfd_bfd_openr="no"

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


More information about the Openembedded-commits mailing list