diff options
author | Julian_chu <julian_chu@openmoko.com> | 2008-06-09 14:26:16 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-27 17:51:47 +0100 |
commit | ddf3cdb972c887a24245ff72e156e5a0e1f8788c (patch) | |
tree | 3151ce5b08540ff2986fabea8e119bdbf7ca47ea /packages/openmoko-projects/exposure_svn.bb | |
parent | 888fc72513262f6362b71d0d8212af5b5fd2451b (diff) |
exposure: As Marek's request. Add python-dbus to exposure
Diffstat (limited to 'packages/openmoko-projects/exposure_svn.bb')
-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" |