[oe-commits] Sebastian Krzyszkowiak : python-vobject: change DEPENDS into RDEPENDS

git version control git at git.openembedded.org
Sat Sep 26 14:32:52 UTC 2009


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

Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Sat Sep 26 13:07:14 2009 +0000

python-vobject: change DEPENDS into RDEPENDS

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

---

 recipes/python/python-vobject_0.8.1c.bb |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/recipes/python/python-vobject_0.8.1c.bb b/recipes/python/python-vobject_0.8.1c.bb
index 5ac8d8d..87ff6b7 100644
--- a/recipes/python/python-vobject_0.8.1c.bb
+++ b/recipes/python/python-vobject_0.8.1c.bb
@@ -4,9 +4,10 @@ PRIORITY = "optional"
 LICENSE = "Apache License V2.0" 
 HOMEPAGE = "http://vobject.skyhouseconsulting.com/" 
 SRCNAME = "vobject" 
-DEPENDS = "python python-dateutil" 
- 
+RDEPENDS = "python python-dateutil"
+PR = "r1"
+
 SRC_URI = "http://vobject.skyhouseconsulting.com/${SRCNAME}-${PV}.tar.gz" 
 S = "${WORKDIR}/${SRCNAME}-${PV}" 
- 
+
 inherit setuptools  





More information about the Openembedded-commits mailing list