[oe-commits] Klaus Kurzmann : phoneui-apps: new recipe

git version control git at git.openembedded.org
Mon Oct 19 08:23:07 UTC 2009


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

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Mon Oct 19 10:23:00 2009 +0200

phoneui-apps: new recipe

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

---

 conf/distro/include/shr-autorev-unstable.inc |    1 +
 conf/distro/include/shr-autorev.inc          |    1 +
 recipes/shr/phoneui-apps_git.bb              |   28 ++++++++++++++++++++++++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/shr-autorev-unstable.inc b/conf/distro/include/shr-autorev-unstable.inc
index c354d8c..9790aa7 100644
--- a/conf/distro/include/shr-autorev-unstable.inc
+++ b/conf/distro/include/shr-autorev-unstable.inc
@@ -94,6 +94,7 @@ SRCREV_pn-phonefsod = "${AUTOREV}"
 SRCREV_pn-libphone-ui = "${AUTOREV}"
 SRCREV_pn-libphone-ui-shr = "${AUTOREV}"
 SRCREV_pn-shr-specs = "${AUTOREV}"
+SRCREV_pn-phoneui-apps = "${AUTOREV}"
 
 
 # E17 stuff
diff --git a/conf/distro/include/shr-autorev.inc b/conf/distro/include/shr-autorev.inc
index 80e0d73..d00c759 100644
--- a/conf/distro/include/shr-autorev.inc
+++ b/conf/distro/include/shr-autorev.inc
@@ -92,6 +92,7 @@ SRCREV_pn-phonefsod = "${AUTOREV}"
 SRCREV_pn-libphone-ui = "${AUTOREV}"
 SRCREV_pn-libphone-ui-shr = "${AUTOREV}"
 SRCREV_pn-shr-specs = "${AUTOREV}"
+SRCREV_pn-phoneui-apps = "${AUTOREV}"
 
 # E17 stuff
 EFL_SRCREV = "41040"
diff --git a/recipes/shr/phoneui-apps_git.bb b/recipes/shr/phoneui-apps_git.bb
new file mode 100644
index 0000000..a1916df
--- /dev/null
+++ b/recipes/shr/phoneui-apps_git.bb
@@ -0,0 +1,28 @@
+DESCRIPTION = "The PhoneUI app starters"
+HOMEPAGE = "http://shr-project.org/"
+LICENSE = "GPL"
+SECTION = "x11/applications"
+DEPENDS += "dbus-glib"
+PV = "0.0.0+gitr${SRCPV}"
+PR = "r0"
+
+inherit pkgconfig autotools
+
+SRC_URI = "git://git.shr-project.org/repo/phoneui-apps.git;protocol=http;branch=master"
+S = "${WORKDIR}/git"
+
+PACKAGES = "${PN}-dialer ${PN}-messages ${PN}-contacts"
+
+FILES_${PN}-dialer = "\
+	/usr/bin/phoneui-dialer \
+	/usr/share/applications/phoneui-dialer.desktop \
+"
+FILES_${PN}-messages = "\
+	/usr/bin/phoneui-messages \
+	/usr/share/applications/phoneui-messages.desktop \
+"
+FILES_${PN}-contacts = "\
+	/usr/bin/phoneui-contacts \
+	/usr/share/applications/phoneui-contacts.desktop \
+"
+





More information about the Openembedded-commits mailing list