[oe-commits] Stefan Schmidt : shr-dialer: Add recipe (from SHR)

git version control git at git.openembedded.org
Tue Sep 22 14:18:33 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d10335d1aeec5b1edf83a1b3f86841aa45888a27
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d10335d1aeec5b1edf83a1b3f86841aa45888a27

Author: Stefan Schmidt <stefan at datenfreihafen.org>
Date:   Tue Sep 22 13:38:05 2009 +0000

shr-dialer: Add recipe (from SHR)

---

 recipes/shr/shr-dialer_git.bb |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/recipes/shr/shr-dialer_git.bb b/recipes/shr/shr-dialer_git.bb
new file mode 100644
index 0000000..796b965
--- /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}"
+





More information about the Openembedded-commits mailing list