[oe-commits] Klaus Kurzmann : libphone-ui: new recipe

git version control git at git.openembedded.org
Fri Oct 16 19:31:37 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 3b1da26a176aacf44a74ec82d5e4c0448ef9baea
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3b1da26a176aacf44a74ec82d5e4c0448ef9baea

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Fri Oct 16 21:31:32 2009 +0200

libphone-ui: new recipe

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/shr/libphone-ui_git.bb |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/recipes/shr/libphone-ui_git.bb b/recipes/shr/libphone-ui_git.bb
new file mode 100644
index 0000000..fa1c921
--- /dev/null
+++ b/recipes/shr/libphone-ui_git.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "A generic framework for phone ui"
+HOMEPAGE = "http://shr-project.org/"
+LICENSE = "GPL"
+SECTION = "libs"
+PV = "0.0.0+gitr${SRCPV}"
+PR = "r0"
+
+DEPENDS="glib-2.0 dbus-glib libframeworkd-glib libphone-utils"
+
+inherit pkgconfig autotools autotools_stage
+
+SRC_URI = "git://git.shr-project.org/repo/libphone-ui.git;protocol=http;branch=master"
+S="${WORKDIR}/git"
+
+CONFFILES_${PN} = "${sysconfdir}/frameworkd-phonegui.conf"





More information about the Openembedded-commits mailing list