diff options
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 2 | ||||
-rw-r--r-- | packages/openmoko-projects/exposure_svn.bb | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index 6783d0538d..06dd39e310 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -39,7 +39,7 @@ SRCREV_pn-enlazar ?= "37" SRCREV_pn-exalt ?= "79" SRCREV_pn-exalt-daemon ?= "78" SRCREV_pn-exalt-module ?= "78" -SRCREV_pn-exposure ?= "39" +SRCREV_pn-exposure ?= "54" SRCREV_pn-ezx-boot-usb-native = "2186" SRCREV_pn-ezxd ?= "2074" SRCREV_pn-elf2flt ?= "1786" diff --git a/packages/openmoko-projects/exposure_svn.bb b/packages/openmoko-projects/exposure_svn.bb index 14093a7a68..4434f0bee5 100644 --- a/packages/openmoko-projects/exposure_svn.bb +++ b/packages/openmoko-projects/exposure_svn.bb @@ -1,8 +1,8 @@ DESCRIPTION = "Exposure all devices on neo1973" -DEPENDS = "python-etk python-dbus" -RDEPENDS = "python-etk python-re python-codecs python-dbus" +DEPENDS = "python-etk python-edbus" +RDEPENDS = "python-etk python-re python-codecs python-edbus python-pyxdg" PV = "0.0.1+svnr${SRCREV}" -PR = "r2.02" +PR = "r2.03" S = "${WORKDIR}/trunk" |