mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 22:12:33 +00:00
This is the latest upstream stable version of this package. While doing the update also switch the package to use gnomebase bbclass from oe-core. This bbclass uses much better SRC_URI pattern that can also use GNOME mirrors. Signed-off-by: Piotr Tworek <tworaz@tworaz.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
23 lines
704 B
BlitzBasic
23 lines
704 B
BlitzBasic
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 gnomebase vala 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
|
|
}
|
|
|
|
SRC_URI[archive.md5sum] = "45db478f2b300ada8e039ebc6c9458de"
|
|
SRC_URI[archive.sha256sum] = "9e035c4b755f46bfae70ba81cdcf8328b03f554373cec8c816e8b5680f85353c"
|