diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-05-02 09:18:40 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-05-06 09:37:08 +0200 |
commit | 43bbae5f510e0ab19cf3d799047207242ae0fa23 (patch) | |
tree | c093a3822c5c836220e81b853d6d55fc8ec74388 /meta-oe | |
parent | d822bb304a6a8c06f67b1e917d6268a290f868fc (diff) | |
download | meta-openembedded-43bbae5f510e0ab19cf3d799047207242ae0fa23.tar.gz |
libgee: upgrade to 0.6.4
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-devtools/libgee/libgee_0.6.0.bb | 12 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb | 11 |
2 files changed, 11 insertions, 12 deletions
diff --git a/meta-oe/recipes-devtools/libgee/libgee_0.6.0.bb b/meta-oe/recipes-devtools/libgee/libgee_0.6.0.bb deleted file mode 100644 index 4e305b604..000000000 --- a/meta-oe/recipes-devtools/libgee/libgee_0.6.0.bb +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | require libgee.inc | ||
2 | PE = "1" | ||
3 | PR = "${INC_PR}.1" | ||
4 | #autoreconf needs introspection.m4 (staged by gobject-introspection-native) after http://git.gnome.org/browse/libgee/commit/?id=d026a29b38ca1a3388981c6e75a92602212373d8 | ||
5 | DEPENDS += "gobject-introspection-native" | ||
6 | DEPENDS_virtclass-native += "gobject-introspection-native" | ||
7 | |||
8 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgee/0.6/${BPN}-${PV}.tar.bz2" | ||
9 | S = "${WORKDIR}/${BPN}-${PV}" | ||
10 | |||
11 | SRC_URI[md5sum] = "4eb513b23ab6ea78884989518a4acf6f" | ||
12 | SRC_URI[sha256sum] = "e586678d0a88637abeaaf850b62231000772e79ea6d9c4b45dc3cea99f778a7a" | ||
diff --git a/meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb b/meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb new file mode 100644 index 000000000..4e2c6438e --- /dev/null +++ b/meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require libgee.inc | ||
2 | PE = "1" | ||
3 | PR = "${INC_PR}.0" | ||
4 | #autoreconf needs introspection.m4 (staged by gobject-introspection-native) after http://git.gnome.org/browse/libgee/commit/?id=d026a29b38ca1a3388981c6e75a92602212373d8 | ||
5 | DEPENDS += "gobject-introspection-native" | ||
6 | DEPENDS_virtclass-native += "gobject-introspection-native" | ||
7 | |||
8 | SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" | ||
9 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgee/${SHRT_VER}/${BP}.tar.xz" | ||
10 | SRC_URI[md5sum] = "a32bf498cf33d5e3417823a7b252ad22" | ||
11 | SRC_URI[sha256sum] = "55f39f3b28e676f6cbd9377d83edd031084436a4da41280a9503c94faffb1665" | ||