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

GIT User account git at amethyst.openembedded.net
Thu Mar 26 10:45:15 UTC 2009


Module: openembedded.git
Branch: jan/master
Commit: 51885a8d379a0088b08f2674aa50e35e071e3757
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=51885a8d379a0088b08f2674aa50e35e071e3757

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

cellhunter: fix RDEPENDS

---

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

diff --git a/recipes/cellhunter/cellhunter_0.4.2.bb b/recipes/cellhunter/cellhunter_0.4.2.bb
index dd2d071..9499fba 100644
--- a/recipes/cellhunter/cellhunter_0.4.2.bb
+++ b/recipes/cellhunter/cellhunter_0.4.2.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