diff options
Diffstat (limited to 'packages/python/python-openmoko_0.1.bb')
-rw-r--r-- | packages/python/python-openmoko_0.1.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/python/python-openmoko_0.1.bb b/packages/python/python-openmoko_0.1.bb deleted file mode 100644 index b55794598a..0000000000 --- a/packages/python/python-openmoko_0.1.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "Python Bindings for the Openmoko Platform" -AUTHOR = "Holger 'Zecke' Freyther" -LICENSE = "LGPL" -DEPENDS = "python-pygtk libmokoui2 libmokojournal2 libmokogsmd2" -SECTION = "devel/python" -PR = "r1" - -SRC_URI = "svn://svn.projects.openmoko.org/svnroot/bindings;module=python;proto=http \ - file://python-path.patch;patch=1;maxdate=20070829" - -S = "${WORKDIR}/python" - -inherit autotools distutils-base - -EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" |