[oe-commits] Martin Jansa : python-vobject: new recipe from SHR

git version control git at git.openembedded.org
Wed Nov 18 09:01:18 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5953dfd42fa5a2e524f5fa4bebcd4b27c5f7a4ed
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5953dfd42fa5a2e524f5fa4bebcd4b27c5f7a4ed

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Nov 18 09:11:10 2009 +0100

python-vobject: new recipe from SHR

---

 recipes/python/python-vobject_0.8.1c.bb |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/recipes/python/python-vobject_0.8.1c.bb b/recipes/python/python-vobject_0.8.1c.bb
new file mode 100644
index 0000000..87ff6b7
--- /dev/null
+++ b/recipes/python/python-vobject_0.8.1c.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Python package for parsing and generating vCard and vCalendar files" 
+SECTION = "devel/python" 
+PRIORITY = "optional" 
+LICENSE = "Apache License V2.0" 
+HOMEPAGE = "http://vobject.skyhouseconsulting.com/" 
+SRCNAME = "vobject" 
+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