[oe-commits] Klaus Kurzmann : openbmap-logger: move DEPENDS to RDEPENDS

git version control git at git.openembedded.org
Fri Jun 5 22:13:12 UTC 2009


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

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Sat Jun  6 00:13:01 2009 +0200

openbmap-logger: move DEPENDS to RDEPENDS

It has no build dependencies... just runtime dependencies.

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/openbmap/openbmap-logger_0.3.0.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/openbmap/openbmap-logger_0.3.0.bb b/recipes/openbmap/openbmap-logger_0.3.0.bb
index 2e757c0..721d0b6 100644
--- a/recipes/openbmap/openbmap-logger_0.3.0.bb
+++ b/recipes/openbmap/openbmap-logger_0.3.0.bb
@@ -1,8 +1,8 @@
 DESCRIPTION = "openBmap logger and uploader of GPS/GSM data"
 SECTION = "x11/utils"
-DEPENDS = "python python-dbus python-pygobject python-pygtk libglade"
-RDEPENDS = "python-subprocess python-netclient python-math python-core python-io frameworkd"
-PR = "r0"
+RDEPENDS = "python python-dbus python-pygobject python-pygtk libglade \
+	python-subprocess python-netclient python-math python-core python-io frameworkd"
+PR = "r1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/myposition/openbmap-logger-${PV}.tar.gz"
 





More information about the Openembedded-commits mailing list