diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-08-29 17:30:14 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-03 09:58:26 +0100 |
commit | 5c2fcbc42dc85764863771ed62c7415aafb85916 (patch) | |
tree | b7fc2e4d050409740c2e25d501ac8382fa880950 /meta/recipes-gnome/gobject-introspection | |
parent | 0aeb601b9e211063aeedec5600354245c0491ff9 (diff) | |
download | openembedded-core-5c2fcbc42dc85764863771ed62c7415aafb85916.tar.gz openembedded-core-5c2fcbc42dc85764863771ed62c7415aafb85916.tar.bz2 openembedded-core-5c2fcbc42dc85764863771ed62c7415aafb85916.zip |
gobject-introspection: odd versions are development snapshots
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gobject-introspection')
-rw-r--r-- | meta/recipes-gnome/gobject-introspection/gobject-introspection_1.48.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.48.0.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.48.0.bb index eca6ce00a0..b41a317099 100644 --- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.48.0.bb +++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.48.0.bb @@ -18,7 +18,7 @@ SRC_URI = "${GNOME_MIRROR}/${BPN}/1.48/${BPN}-${PV}.tar.xz \ SRC_URI[md5sum] = "01301fa9019667d48e927353e08bc218" SRC_URI[sha256sum] = "fa275aaccdbfc91ec0bc9a6fd0562051acdba731e7d584b64a277fec60e75877" -inherit autotools pkgconfig gtk-doc python3native qemu gobject-introspection-data +inherit autotools pkgconfig gtk-doc python3native qemu gobject-introspection-data upstream-version-is-even BBCLASSEXTEND = "native" # needed for writing out the qemu wrapper script |