exposure: As Marek's request. Add python-dbus to exposure
authorJulian_chu <julian_chu@openmoko.com>
Mon, 9 Jun 2008 06:26:16 +0000 (14:26 +0800)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 27 Oct 2008 16:51:47 +0000 (17:51 +0100)
packages/openmoko-projects/exposure_svn.bb

index 296ab64..248c818 100644 (file)
@@ -1,11 +1,10 @@
 DESCRIPTION = "Exposure all devices on neo1973"
-AUTHOR = "Willie <willie@openmoko.com>"
-DEPENDS = "python-etk"
-RDEPENDS = "python-etk python-re python-codecs"
+DEPENDS = "python-etk python-dbus"
+RDEPENDS = "python-etk python-re python-codecs python-dbus"
 PV = "0.0.1+svnr${SRCREV}"
-PR = "r1"
+PR = "r2"
 
-S = ${WORKDIR}/${PN}
+S = "${WORKDIR}/${PN}"
 
 inherit setuptools
 SRC_URI = "svn://svn.projects.openmoko.org/svnroot;module=exposure;proto=http"