aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorSven Ebenfeld <sven.ebenfeld@gmail.com>2015-02-21 10:52:11 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-05-11 10:25:52 +0200
commitefb2116822b12fd9f85fe3d53d62d278b5535c9b (patch)
tree42598116f2a0fca462d33f8b45bc89b0fed89d26 /meta-oe/recipes-devtools
parenta0616822dd72491ae3aa7cee057ffcca1ada2d98 (diff)
downloadmeta-openembedded-contrib-efb2116822b12fd9f85fe3d53d62d278b5535c9b.tar.gz
libgee: Update to Version 0.16.1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/libgee/libgee_0.16.1.bb (renamed from meta-oe/recipes-devtools/libgee/libgee.inc)10
-rw-r--r--meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb10
2 files changed, 8 insertions, 12 deletions
diff --git a/meta-oe/recipes-devtools/libgee/libgee.inc b/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"