[oe-commits] Julian_chu : diversity: remove PACKAGES = "${PN}" from diversity-radar

GIT User account git at amethyst.openembedded.net
Mon Oct 27 17:31:02 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e8aa71fc8ef13470222d7bb4e85595d75d09263c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e8aa71fc8ef13470222d7bb4e85595d75d09263c

Author: Julian_chu <julian_chu at openmoko.com>
Date:   Tue Jun  3 19:56:50 2008 +0800

diversity: remove PACKAGES = "${PN}" from diversity-radar

---

 packages/openmoko-projects/diversity-radar_svn.bb |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/packages/openmoko-projects/diversity-radar_svn.bb b/packages/openmoko-projects/diversity-radar_svn.bb
index 446c449..d7163f1 100644
--- a/packages/openmoko-projects/diversity-radar_svn.bb
+++ b/packages/openmoko-projects/diversity-radar_svn.bb
@@ -5,7 +5,7 @@ LICENSE = "GPL"
 DEPENDS = "python-evas python-edje python-ecore python-edbus python-dbus python-etk"
 RDEPENDS_${PN} = "diversity-daemon"
 PV = "0.0.4+svnr${SRCREV}"
-PR = "r0"
+PR = "r0.01"
 
 SRC_URI = "svn://svn.projects.openmoko.org/svnroot/diversity/toys;module=diversity-radar;proto=http"
 
@@ -13,8 +13,6 @@ S = "${WORKDIR}/${PN}"
 
 inherit setuptools
 
-PACKAGES = "${PN}"
-
 FILES_${PN} += "${prefix}/share/*"
 
 PKG_TAGS_${PN} = "group::communication"





More information about the Openembedded-commits mailing list