summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-12-10 19:56:13 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-12-10 19:56:13 +0000
commit4114355b69f0deee2b79db35fd5a1fb9ed61d280 (patch)
tree593ef2d46c8bf22132cad3a70a7f067ccf8d97d6 /packages
parent7dd2b725aefc48f89c4acc3ec268460cefc0661f (diff)
add python-pydirectfb, Python bindings to DirectFB
Diffstat (limited to 'packages')
-rw-r--r--packages/python/python-pydirectfb_cvs.bb14
-rw-r--r--packages/tasks/task-python-everything.bb3
2 files changed, 16 insertions, 1 deletions
diff --git a/packages/python/python-pydirectfb_cvs.bb b/packages/python/python-pydirectfb_cvs.bb
new file mode 100644
index 0000000000..cc0f3cfcd9
--- /dev/null
+++ b/packages/python/python-pydirectfb_cvs.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "DirectFB Bindings"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "GPL"
+SRCNAME = "pydirectfb"
+PV = "0.0.0+cvs${SRCDATE}"
+PR = "ml0"
+
+SRC_URI = "cvs://anonymous@pydirectfb.cvs.sourceforge.net/cvsroot/pydirectfb;module=pydirectfb \
+ file://fix-directfb-detection.patch;patch=1"
+S = "${WORKDIR}/${SRCNAME}"
+
+inherit distutils
+
diff --git a/packages/tasks/task-python-everything.bb b/packages/tasks/task-python-everything.bb
index a1d9f444b1..c81691cd34 100644
--- a/packages/tasks/task-python-everything.bb
+++ b/packages/tasks/task-python-everything.bb
@@ -1,7 +1,7 @@
DESCRIPTION= "Everything Python"
HOMEPAGE = "http://www.vanille.de/projects/python.spy"
LICENSE = "MIT"
-PR = "ml21"
+PR = "ml22"
RDEPENDS = "\
python-ao \
@@ -9,6 +9,7 @@ RDEPENDS = "\
python-constraint \
python-dbus \
python-dialog \
+ python-directfb \
python-efl \
python-pycurl \
python-fam \