[oe-commits] Sebastian Krzyszkowiak : opimd-utils: split opimd-cli into different package

git version control git at git.openembedded.org
Thu Aug 20 16:57:05 UTC 2009


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

Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Thu Aug 20 15:55:32 2009 +0000

opimd-utils: split opimd-cli into different package

Signed-off-by: Julien 'Ainulindale' Cassignol <ainulindale at gmail.com>

---

 recipes/freesmartphone/opimd-utils_git.bb |   21 +++++++++++++++++++--
 1 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/recipes/freesmartphone/opimd-utils_git.bb b/recipes/freesmartphone/opimd-utils_git.bb
index a12a918..3d4ef96 100644
--- a/recipes/freesmartphone/opimd-utils_git.bb
+++ b/recipes/freesmartphone/opimd-utils_git.bb
@@ -5,12 +5,29 @@ LICENSE ?= "GPL"
 RDEPENDS = "python-elementary python-dbus python-codecs python-shell python python-core python-edbus shr-settings frameworkd pyphonelog shr-theme"
 SECTION = "x11/application"
 PV = "0.0.2+gitr${SRCPV}"
-PR = "r0"
+PR = "r1"
 
 inherit setuptools
 
+PACKAGES =+ "\
+  ${PN}-cli \
+  ${PN}-data \
+"
+
+RDEPENDS_${PN} = "\
+  ${PN}-data \
+"
+
+RRECOMMENDS_${PN} = "\
+  ${PN}-cli \
+"
+
+PACKAGE_ARCH_${PN}-cli = "all"
+PACKAGE_ARCH_${PN}-data = "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}-data += "${prefix}/share/pixmaps/opimd-utils/"
+FILES_${PN}-cli = "${prefix}/bin/opimd-cli"





More information about the Openembedded-commits mailing list