java-native.bbclass: remove do_stage function, because of NATIVE_INSTALL_WORKS =...
[openembedded.git] / recipes / libgee / libgee_git.bb
blob83d156d6498945dca3982fbff09dd050595b3ee6
1 DESCRIPTION = "libgee is a collection library providing GObject-based interfaces \
2 and classes for commonly used data structures."
3 HOMEPAGE = "http://live.gnome.org/Libgee"
4 SECTION = "libs"
5 DEPENDS = "glib-2.0"
6 DEPENDS_virtclass-native = "glib-2.0-native"
7 LICENSE = "LGPL"
8 SRCREV = "9a3d48187d87b0ed151a339a9b05f6f4eefb0922"
9 PV = "0.5.0+gitr${SRCPV}"
10 PE = "1"
12 SRC_URI = "\
13 git://git.gnome.org/libgee;protocol=git;branch=master \
15 S = "${WORKDIR}/git"
17 inherit autotools vala
19 BBCLASSEXTEND = "native"