Add Exposure, a setting application
authorjulian_chu@openmoko.com <julian_chu@openmoko.com>
Tue, 13 May 2008 08:34:41 +0000 (08:34 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 27 Oct 2008 16:51:46 +0000 (17:51 +0100)
packages/openmoko-projects/exposure_svn.bb [new file with mode: 0644]

diff --git a/packages/openmoko-projects/exposure_svn.bb b/packages/openmoko-projects/exposure_svn.bb
new file mode 100644 (file)
index 0000000..5667908
--- /dev/null
@@ -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/*"