blob: 296ab64e6e064a797ff602c5ce40bd9d4bd30b83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION = "Exposure all devices on neo1973"
AUTHOR = "Willie <willie@openmoko.com>"
DEPENDS = "python-etk"
RDEPENDS = "python-etk python-re python-codecs"
PV = "0.0.1+svnr${SRCREV}"
PR = "r1"
S = ${WORKDIR}/${PN}
inherit setuptools
SRC_URI = "svn://svn.projects.openmoko.org/svnroot;module=exposure;proto=http"
PACKAGES = "${PN}"
FILES_${PN} += "${prefix}/share/*"
|