diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-12-11 09:00:04 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-12-11 09:00:04 +0000 |
commit | 79a819b6b9ba15ae6c55ca688d279dab715af0a0 (patch) | |
tree | 8d468974c1c5500ececaa8be0b75014f3e82dea2 /packages/python/python-pydirectfb_cvs.bb | |
parent | 8483b7301dc68c0e5ffc5c7157b723f5a0a0fdeb (diff) | |
parent | c644668e3ff839df99c1a417c62c6444b87e6432 (diff) |
merge of '1a297661067ec620e2c9c90e050d5b5f78991383'
and '5480bec3f64046446cb2d5fdbba10a7a45e5d5f7'
Diffstat (limited to 'packages/python/python-pydirectfb_cvs.bb')
-rw-r--r-- | packages/python/python-pydirectfb_cvs.bb | 14 |
1 files changed, 14 insertions, 0 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 + |