mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
libgee: upgrade to 0.6.4
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
d822bb304a
commit
43bbae5f51
@ -1,12 +0,0 @@
|
||||
require libgee.inc
|
||||
PE = "1"
|
||||
PR = "${INC_PR}.1"
|
||||
#autoreconf needs introspection.m4 (staged by gobject-introspection-native) after http://git.gnome.org/browse/libgee/commit/?id=d026a29b38ca1a3388981c6e75a92602212373d8
|
||||
DEPENDS += "gobject-introspection-native"
|
||||
DEPENDS_virtclass-native += "gobject-introspection-native"
|
||||
|
||||
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgee/0.6/${BPN}-${PV}.tar.bz2"
|
||||
S = "${WORKDIR}/${BPN}-${PV}"
|
||||
|
||||
SRC_URI[md5sum] = "4eb513b23ab6ea78884989518a4acf6f"
|
||||
SRC_URI[sha256sum] = "e586678d0a88637abeaaf850b62231000772e79ea6d9c4b45dc3cea99f778a7a"
|
||||
11
meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb
Normal file
11
meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb
Normal file
@ -0,0 +1,11 @@
|
||||
require libgee.inc
|
||||
PE = "1"
|
||||
PR = "${INC_PR}.0"
|
||||
#autoreconf needs introspection.m4 (staged by gobject-introspection-native) after http://git.gnome.org/browse/libgee/commit/?id=d026a29b38ca1a3388981c6e75a92602212373d8
|
||||
DEPENDS += "gobject-introspection-native"
|
||||
DEPENDS_virtclass-native += "gobject-introspection-native"
|
||||
|
||||
SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,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"
|
||||
Loading…
x
Reference in New Issue
Block a user