diff options
author | Julian_chu <julian_chu@openmoko.com> | 2008-06-03 19:56:50 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-26 15:52:15 +0100 |
commit | 15f0a9fa6d2d78775984324b332c6680600560d0 (patch) | |
tree | 2a363853feb4e6d16c4b71886c549eecc334b836 | |
parent | 837650c5653bdff51e9ea13075824304a4937c00 (diff) |
[diversity] remove PACKAGES = "${PN}" from diversity-radar
-rw-r--r-- | 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 446c449c72..d7163f1f21 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" |