summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/libgee
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/libgee
parenta0616822dd72491ae3aa7cee057ffcca1ada2d98 (diff)
downloadmeta-openembedded-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/libgee')
-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 fcfd0776e..0a2a05229 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
2and classes for commonly used data structures." 2and classes for commonly used data structures."
3HOMEPAGE = "http://live.gnome.org/Libgee" 3HOMEPAGE = "http://live.gnome.org/Libgee"
4SECTION = "libs" 4SECTION = "libs"
5DEPENDS = "glib-2.0" 5DEPENDS = "glib-2.0 gobject-introspection-stub"
6
6BBCLASSEXTEND = "native" 7BBCLASSEXTEND = "native"
7LICENSE = "LGPLv2.1" 8LICENSE = "LGPLv2.1"
8LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" 9LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
9INC_PR = "r6" 10
10PE = "1" 11PE = "1"
11 12
12inherit autotools vala pkgconfig 13inherit autotools vala pkgconfig
@@ -16,3 +17,8 @@ do_configure_prepend() {
16 rm -f m4/$i 17 rm -f m4/$i
17 done 18 done
18} 19}
20
21SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
22SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgee/${SHRT_VER}/${BP}.tar.xz"
23SRC_URI[md5sum] = "d30cf203784431b0fdc3216b1acd999c"
24SRC_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 fbd14662f..000000000
--- a/meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb
+++ /dev/null
@@ -1,10 +0,0 @@
1require libgee.inc
2PE = "1"
3PR = "${INC_PR}.2"
4DEPENDS += "gobject-introspection-stub"
5DEPENDS_virtclass-native += "gobject-introspection-stub-native"
6
7SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
8SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgee/${SHRT_VER}/${BP}.tar.xz"
9SRC_URI[md5sum] = "a32bf498cf33d5e3417823a7b252ad22"
10SRC_URI[sha256sum] = "55f39f3b28e676f6cbd9377d83edd031084436a4da41280a9503c94faffb1665"