[oe-commits] Jan Lübbe : cellhunter: fix RDEPENDS

GIT User account git at amethyst.openembedded.net
Fri Feb 27 21:53:53 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 5a10e54bb44d04600534167123eabeec0bee19fb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5a10e54bb44d04600534167123eabeec0bee19fb

Author: Jan Lübbe <jluebbe at debian.org>
Date:   Fri Feb 27 16:50:51 2009 +0000

cellhunter: fix RDEPENDS

---

 packages/cellhunter/cellhunter_0.4.1.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/cellhunter/cellhunter_0.4.1.bb b/packages/cellhunter/cellhunter_0.4.1.bb
index dd2d071..9499fba 100644
--- a/packages/cellhunter/cellhunter_0.4.1.bb
+++ b/packages/cellhunter/cellhunter_0.4.1.bb
@@ -1,8 +1,8 @@
 DESCRIPTION = "CellHunter - A game to collect information about mobile phone cells"
 SECTION = "x11/utils"
-DEPENDS = "python python-dbus python-pygobject python-pygtk"
-RDEPENDS = "python-subprocess python-netclient python-math python-core python-io"
-PR = "r0"
+DEPENDS = "python"
+RDEPENDS = "python-subprocess python-netclient python-math python-core python-io python-pygtk python-dbus"
+PR = "r1"
 
 SRC_URI = "http://78.47.116.33/~hole/cellhunter/files/cellhunter-${PV}.tar.gz"
 





More information about the Openembedded-commits mailing list