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

git version control git at git.openembedded.org
Sat Jun 20 12:56:43 UTC 2009


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

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