[oe-commits] julian_chu at openmoko.com : Add Exposure, a setting application

GIT User account git at amethyst.openembedded.net
Mon Oct 27 17:31:03 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9e6f78b14f55cf97bdf4be02905b8736cf4c027e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9e6f78b14f55cf97bdf4be02905b8736cf4c027e

Author: julian_chu at openmoko.com <julian_chu at openmoko.com>
Date:   Tue May 13 08:34:41 2008 +0000

Add Exposure, a setting application

---

 packages/openmoko-projects/exposure_svn.bb |   17 +++++++++++++++++
 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 0000000..5667908
--- /dev/null
+++ b/packages/openmoko-projects/exposure_svn.bb
@@ -0,0 +1,17 @@
+AUTHOR = "Willie <willie at 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/*"





More information about the Openembedded-commits mailing list