diff options
-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.bb | 10 |
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 | |||
2 | and classes for commonly used data structures." | 2 | and classes for commonly used data structures." |
3 | HOMEPAGE = "http://live.gnome.org/Libgee" | 3 | HOMEPAGE = "http://live.gnome.org/Libgee" |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | DEPENDS = "glib-2.0" | 5 | DEPENDS = "glib-2.0 gobject-introspection-stub" |
6 | |||
6 | BBCLASSEXTEND = "native" | 7 | BBCLASSEXTEND = "native" |
7 | LICENSE = "LGPLv2.1" | 8 | LICENSE = "LGPLv2.1" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
9 | INC_PR = "r6" | 10 | |
10 | PE = "1" | 11 | PE = "1" |
11 | 12 | ||
12 | inherit autotools vala pkgconfig | 13 | inherit 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 | |||
21 | SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" | ||
22 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgee/${SHRT_VER}/${BP}.tar.xz" | ||
23 | SRC_URI[md5sum] = "d30cf203784431b0fdc3216b1acd999c" | ||
24 | 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 @@ | |||
1 | require libgee.inc | ||
2 | PE = "1" | ||
3 | PR = "${INC_PR}.2" | ||
4 | DEPENDS += "gobject-introspection-stub" | ||
5 | DEPENDS_virtclass-native += "gobject-introspection-stub-native" | ||
6 | |||
7 | SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" | ||
8 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgee/${SHRT_VER}/${BP}.tar.xz" | ||
9 | SRC_URI[md5sum] = "a32bf498cf33d5e3417823a7b252ad22" | ||
10 | SRC_URI[sha256sum] = "55f39f3b28e676f6cbd9377d83edd031084436a4da41280a9503c94faffb1665" | ||