[oe-commits] Lars Michelsen : python-caldav: Recipe cleanups; Fixed missing dep

git version control git at git.openembedded.org
Sat Jan 22 20:13:55 UTC 2011


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

Author: Lars Michelsen <lm at larsmichelsen.com>
Date:   Sun Jan 23 02:02:27 2011 +0000

python-caldav: Recipe cleanups; Fixed missing dep

- Updated the recipe according to the feedback on mailinglist
- Added missing installation depenencies

Tested building on Ubuntu 10.10 x86_64 for beagleboard rev. c4.
Tested installation and functionality on beagleboard rev. c4.

Signed-off-by: Lars Michelsen <lm at larsmichelsen.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/python/python-caldav_0.1.6.bb |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/recipes/python/python-caldav_0.1.6.bb b/recipes/python/python-caldav_0.1.6.bb
index ecf8e39..63c86d9 100644
--- a/recipes/python/python-caldav_0.1.6.bb
+++ b/recipes/python/python-caldav_0.1.6.bb
@@ -6,11 +6,12 @@ HOMEPAGE = "http://bitbucket.org/cyrilrbt/caldav"
 SRCNAME = "caldav"
 PR = "r0"
 DEPENDS = "python python-lxml python-vobject"
+RDEPENDS_${PN} = "python-lxml python-vobject"
 
 SRC_URI  = "http://pypi.python.org/packages/source/c/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+SRC_URI[md5sum] = "e5eace7a3b6b7f511a1929a539e6a15d"
+SRC_URI[sha256sum] = "4a3b1855000feb8023ab05f8c9e0cfa1648a9abab9ca65ad3e933c22bab61310"
+
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit setuptools
-
-SRC_URI[md5sum] = "e5eace7a3b6b7f511a1929a539e6a15d"
-SRC_URI[sha256sum] = "4a3b1855000feb8023ab05f8c9e0cfa1648a9abab9ca65ad3e933c22bab61310"





More information about the Openembedded-commits mailing list