mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
libgee: update to the latest stable version (0.18.0)
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
819f73f403
commit
08f7d596e1
@@ -0,0 +1,24 @@
|
||||
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"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
|
||||
|
||||
PE = "1"
|
||||
|
||||
inherit autotools vala pkgconfig gobject-introspection
|
||||
do_configure_prepend() {
|
||||
MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4"
|
||||
for i in ${MACROS}; do
|
||||
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] = "29ea6125e653d7e60b49a9a9544abc96"
|
||||
SRC_URI[sha256sum] = "4ad99ef937d071b4883c061df40bfe233f7649d50c354cf81235f180b4244399"
|
||||
Reference in New Issue
Block a user