summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorjulian_chu@openmoko.com <julian_chu@openmoko.com>2008-05-13 08:34:41 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2008-10-27 17:51:46 +0100
commit9e6f78b14f55cf97bdf4be02905b8736cf4c027e (patch)
tree6afa9efcc345b1529bfef69b75b2b93bf9c9ae09 /packages
parent5a0c6dce019eb166571df683c6a15c351db78b3b (diff)
Add Exposure, a setting application
Diffstat (limited to 'packages')
-rw-r--r--packages/openmoko-projects/exposure_svn.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/openmoko-projects/exposure_svn.bb b/packages/openmoko-projects/exposure_svn.bb
new file mode 100644
index 0000000000..56679089c1
--- /dev/null
+++ b/packages/openmoko-projects/exposure_svn.bb
@@ -0,0 +1,17 @@
+AUTHOR = "Willie <willie@openmoko.com>"
+DESCRIPTION = "Exposure all devices on neo1973"
+DEPENDS = "python-etk"
+RDEPENDS = "python-etk python-re python-codecs"
+PV = "0.0.1+svnr${SRCREV}"
+SRCREV = ${AUTOREV}
+PR = "r0"
+
+S = ${WORKDIR}/${PN}
+
+inherit setuptools
+SRC_URI = "svn://svn.projects.openmoko.org/svnroot;module=exposure;proto=http"
+
+
+PACKAGES = "${PN}"
+
+FILES_${PN} += "${prefix}/share/*"