[oe-commits] Julian_chu : exposure: As Marek's request. Add python-dbus to exposure

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


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

Author: Julian_chu <julian_chu at openmoko.com>
Date:   Mon Jun  9 14:26:16 2008 +0800

exposure: As Marek's request. Add python-dbus to exposure

---

 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 296ab64..248c818 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 at 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"





More information about the Openembedded-commits mailing list