mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
libgee: Update to Version 0.16.1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
a0616822dd
commit
efb2116822
+8
-2
@@ -2,11 +2,12 @@ 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"
|
||||
DEPENDS = "glib-2.0 gobject-introspection-stub"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
|
||||
INC_PR = "r6"
|
||||
|
||||
PE = "1"
|
||||
|
||||
inherit autotools vala pkgconfig
|
||||
@@ -16,3 +17,8 @@ do_configure_prepend() {
|
||||
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] = "d30cf203784431b0fdc3216b1acd999c"
|
||||
SRC_URI[sha256sum] = "d95f8ea8e78f843c71b1958fa2fb445e4a325e4821ec23d0d5108d8170e564a5"
|
||||
@@ -1,10 +0,0 @@
|
||||
require libgee.inc
|
||||
PE = "1"
|
||||
PR = "${INC_PR}.2"
|
||||
DEPENDS += "gobject-introspection-stub"
|
||||
DEPENDS_virtclass-native += "gobject-introspection-stub-native"
|
||||
|
||||
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] = "a32bf498cf33d5e3417823a7b252ad22"
|
||||
SRC_URI[sha256sum] = "55f39f3b28e676f6cbd9377d83edd031084436a4da41280a9503c94faffb1665"
|
||||
Reference in New Issue
Block a user