From: Stefan Schmidt Date: Tue, 22 Sep 2009 13:38:05 +0000 (+0000) Subject: shr-dialer: Add recipe (from SHR) X-Git-Tag: Release-2010-05/1~2325^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d10335d1aeec5b1edf83a1b3f86841aa45888a27;p=openembedded.git shr-dialer: Add recipe (from SHR) --- diff --git a/recipes/shr/shr-dialer_git.bb b/recipes/shr/shr-dialer_git.bb new file mode 100644 index 0000000000..796b96592b --- /dev/null +++ b/recipes/shr/shr-dialer_git.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "The SHR Dialer" +HOMEPAGE = "http://shr-project.org/" +LICENSE = "GPL" +SECTION = "x11/applications" +DEPENDS += "dbus-glib libframeworkd-glib libframeworkd-phonegui" +PV = "0.0.2+gitr${SRCREV}" +PR = "r9" + +inherit pkgconfig autotools + +SRC_URI = "git://git.shr-project.org/repo/shr.git;protocol=http;branch=master" +S = "${WORKDIR}/git/${PN}" +