From efb2116822b12fd9f85fe3d53d62d278b5535c9b Mon Sep 17 00:00:00 2001 From: Sven Ebenfeld Date: Sat, 21 Feb 2015 10:52:11 +0100 Subject: [PATCH] libgee: Update to Version 0.16.1 Signed-off-by: Martin Jansa --- .../libgee/{libgee.inc => libgee_0.16.1.bb} | 10 ++++++++-- meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb | 10 ---------- 2 files changed, 8 insertions(+), 12 deletions(-) rename meta-oe/recipes-devtools/libgee/{libgee.inc => libgee_0.16.1.bb} (58%) delete mode 100644 meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb diff --git a/meta-oe/recipes-devtools/libgee/libgee.inc b/meta-oe/recipes-devtools/libgee/libgee_0.16.1.bb similarity index 58% rename from meta-oe/recipes-devtools/libgee/libgee.inc rename to meta-oe/recipes-devtools/libgee/libgee_0.16.1.bb index fcfd0776e9..0a2a05229b 100644 --- a/meta-oe/recipes-devtools/libgee/libgee.inc +++ b/meta-oe/recipes-devtools/libgee/libgee_0.16.1.bb @@ -2,11 +2,12 @@ DESCRIPTION = "libgee is a collection library providing GObject-based interfaces and classes for commonly used data structures." HOMEPAGE = "http://live.gnome.org/Libgee" SECTION = "libs" -DEPENDS = "glib-2.0" +DEPENDS = "glib-2.0 gobject-introspection-stub" + BBCLASSEXTEND = "native" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" -INC_PR = "r6" + PE = "1" inherit autotools vala pkgconfig @@ -16,3 +17,8 @@ do_configure_prepend() { rm -f m4/$i done } + +SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" +SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgee/${SHRT_VER}/${BP}.tar.xz" +SRC_URI[md5sum] = "d30cf203784431b0fdc3216b1acd999c" +SRC_URI[sha256sum] = "d95f8ea8e78f843c71b1958fa2fb445e4a325e4821ec23d0d5108d8170e564a5" diff --git a/meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb b/meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb deleted file mode 100644 index fbd14662fd..0000000000 --- a/meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb +++ /dev/null @@ -1,10 +0,0 @@ -require libgee.inc -PE = "1" -PR = "${INC_PR}.2" -DEPENDS += "gobject-introspection-stub" -DEPENDS_virtclass-native += "gobject-introspection-stub-native" - -SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgee/${SHRT_VER}/${BP}.tar.xz" -SRC_URI[md5sum] = "a32bf498cf33d5e3417823a7b252ad22" -SRC_URI[sha256sum] = "55f39f3b28e676f6cbd9377d83edd031084436a4da41280a9503c94faffb1665"