From: Stefan Schmidt Date: Thu, 17 Sep 2009 18:05:46 +0000 (+0000) Subject: bphone-utils: Add recipe (from SHR) X-Git-Tag: Release-2010-05/1~2414^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a318f679fc23e7d7f4fc03d833ff50d3a2061f12;p=openembedded.git bphone-utils: Add recipe (from SHR) --- diff --git a/recipes/shr/libphone-utils_git.bb b/recipes/shr/libphone-utils_git.bb new file mode 100644 index 0000000000..7cf26ffec1 --- /dev/null +++ b/recipes/shr/libphone-utils_git.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "phone-utils library" +SECTION = "libs" +PV = "0.0.2+gitr${SRCREV}" +PR = "r2" + +DEPENDS="glib-2.0" + +inherit pkgconfig autotools autotools_stage + +CONFFILES_${PN} = "${sysconfdir}/phone-utils.conf" +SRC_URI = "git://git.shr-project.org/repo/libphone-utils.git;protocol=http;branch=master" +S="${WORKDIR}/git"