[oe-commits] Sebastian Krzyszkowiak : opimd-utils: add recipe for opimd test scripts

git version control git at git.openembedded.org
Mon Jun 22 19:28:29 UTC 2009


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

Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Mon Jun 22 21:21:23 2009 +0200

opimd-utils: add recipe for opimd test scripts

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

---

 conf/distro/include/shr-autorev.inc       |    1 +
 recipes/freesmartphone/opimd-utils_svn.bb |   15 +++++++++++++++
 2 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/shr-autorev.inc b/conf/distro/include/shr-autorev.inc
index 46e7a64..a3a8229 100644
--- a/conf/distro/include/shr-autorev.inc
+++ b/conf/distro/include/shr-autorev.inc
@@ -59,6 +59,7 @@ SRCREV_pn-libframeworkd-phonegui-efl = "e63d16be7d5a2e900fad1998b4e44985179b44f3
 SRCREV_pn-libframeworkd-phonegui-efl2 = "${AUTOREV}"
 SRCREV_pn-libframeworkd-phonegui-gtk = "${AUTOREV}"
 SRCREV_pn-libframeworkd-glib = "9765f6989d09d8f9b8676e1ef7e2501fe67fbdbc"
+SRCREV_pn-opimd-utils = "${AUTOREV}"
 SRCREV_pn-pyphonelog = "${AUTOREV}"
 SRCREV_pn-shr-theme-brave = "${AUTOREV}"
 SRCREV_pn-shr-theme-gtk-e17lookalike = "${AUTOREV}"
diff --git a/recipes/freesmartphone/opimd-utils_svn.bb b/recipes/freesmartphone/opimd-utils_svn.bb
new file mode 100644
index 0000000..5f56dbe
--- /dev/null
+++ b/recipes/freesmartphone/opimd-utils_svn.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Test scripts for freesmartphone.org opimd interface"
+HOMEPAGE = "http://freesmartphone.org"
+SHR_RELEASE ?= "shr"
+LICENSE ?= "GPL"
+RDEPENDS = "python-elementary python-dbus python-codecs python-shell python python-core python-edbus shr-settings frameworkd"
+SECTION = "x11/application"
+PV = "0.0.1+r${SRCPV}"
+PR = "r1"
+
+inherit setuptools
+
+SRC_URI = "svn://openmoko.opendevice.org/trunk;module=opimd;protocol=http"
+S = "${WORKDIR}/opimd"
+FILES_${PN} += "${sysconfdir}/X11/Xsession.d/89opimd-notifier"
+FILES_${PN} += "${prefix}/share/applications/"





More information about the Openembedded-commits mailing list