[oe-commits] Martin Jansa : opimd-utils: sync with shr/merge version, switch from SRCREV to SRCPV

git version control git at git.openembedded.org
Sun Nov 15 18:21:56 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 52cda1877fc0479eeaf5e100a34b630a30e63fdb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=52cda1877fc0479eeaf5e100a34b630a30e63fdb

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Nov 15 19:15:40 2009 +0100

opimd-utils: sync with shr/merge version, switch from SRCREV to SRCPV

---

 recipes/freesmartphone/opimd-utils_git.bb |   45 +++++++++++++++++++++--------
 1 files changed, 33 insertions(+), 12 deletions(-)

diff --git a/recipes/freesmartphone/opimd-utils_git.bb b/recipes/freesmartphone/opimd-utils_git.bb
index 5031ae5..726bfa8 100644
--- a/recipes/freesmartphone/opimd-utils_git.bb
+++ b/recipes/freesmartphone/opimd-utils_git.bb
@@ -1,27 +1,48 @@
 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 frameworkd"
 SECTION = "x11/application"
-PV = "0.0.2+gitr${SRCREV}"
+PV = "0.0.3+gitr${SRCPV}"
 PR = "r0"
+PE = "1"
 
 inherit setuptools
 
-SRC_URI = "git://git.shr-project.org/repo/opimd-utils.git;protocol=http"
-S = "${WORKDIR}/git"
+PACKAGES =+ "\
+  ${PN}-cli \
+  ${PN}-notes \
+  ${PN}-data \
+"
 
-RDEPENDS = "\
-  python-elementary \
-  python-edbus \
-  python-codecs \
-  python-shell \
-  \
+RDEPENDS_${PN} = "\
+  ${PN}-data \
   shr-settings \
-  shr-theme \
-  frameworkd \
   pyphonelog \
+  shr-theme \
+"
+
+RDEPENDS_${PN}-notes = "\
+  ${PN}-data \
+"
+
+RRECOMMENDS_${PN} = "\
+  ${PN}-notes \
+  ${PN}-cli \
 "
 
+PACKAGE_ARCH_${PN}-cli = "all"
+PACKAGE_ARCH_${PN}-data = "all"
+PACKAGE_ARCH_${PN}-notes = "all"
+
+SRC_URI = "git://git.shr-project.org/repo/opimd-utils.git;protocol=http"
+S = "${WORKDIR}/git"
 FILES_${PN} += "${sysconfdir}/X11/Xsession.d/89opimd-notifier"
 FILES_${PN} += "${prefix}/share/applications/"
-FILES_${PN} += "${prefix}/share/pixmaps/opimd-utils/"
+FILES_${PN} += "${prefix}/share/pixmaps/"
+FILES_${PN}-data += "${prefix}/share/pixmaps/opimd-utils/"
+FILES_${PN}-cli += "${prefix}/bin/opimd-cli"
+FILES_${PN}-notes += "${prefix}/bin/opimd-notes"
+FILES_${PN}-notes += "${prefix}/share/pixmaps/opimd-notes.png"
+FILES_${PN}-notes += "${prefix}/share/applications/opimd-notes.desktop"





More information about the Openembedded-commits mailing list