diff options
-rw-r--r-- | packages/openmoko-projects/exposure_svn.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/packages/openmoko-projects/exposure_svn.bb b/packages/openmoko-projects/exposure_svn.bb index 296ab64e6e..248c818869 100644 --- a/packages/openmoko-projects/exposure_svn.bb +++ b/packages/openmoko-projects/exposure_svn.bb @@ -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" |