java-native.bbclass: remove do_stage function, because of NATIVE_INSTALL_WORKS =...
[openembedded.git] / recipes / shr / libphone-utils_git.bb
blob88d5d4b10a12800956250dbd1e0c9a5fad86f83c
1 DESCRIPTION = "phone-utils library"
2 SECTION = "libs"
3 SRCREV = "3eb7242866543a266bd43a048d05b1a674ce94cf"
4 PV = "0.0.2+gitr${SRCPV}"
5 PR = "r2"
7 DEPENDS="glib-2.0"
9 inherit pkgconfig autotools autotools_stage
11 CONFFILES_${PN} = "${sysconfdir}/phone-utils.conf"
12 SRC_URI = "git://git.shr-project.org/repo/libphone-utils.git;protocol=http;branch=master"
13 S="${WORKDIR}/git"