blob: e193f0f2de5aa05b4b0b59fc1cd37485512a93ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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"
S = "${WORKDIR}/python"
inherit autotools distutils-base
EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../"
|