From: julian_chu@openmoko.com Date: Tue, 13 May 2008 08:34:41 +0000 (+0000) Subject: Add Exposure, a setting application X-Git-Tag: Release-2010-05/1~5596^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e6f78b14f55cf97bdf4be02905b8736cf4c027e;p=openembedded.git Add Exposure, a setting application --- 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 " +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/*"