diff options
author | Julian_chu <julian_chu@openmoko.com> | 2008-08-04 17:14:59 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-27 17:51:50 +0100 |
commit | 2b05af10a63e7a66a0ae826a48ae9fba4eb9819d (patch) | |
tree | 6b9a92b59c1c72b70e563b0c7005db39eb513e69 /packages/openmoko-projects | |
parent | 935c3e5f12b681a6a075df3034b241d04bd91484 (diff) |
exposure: Bump up the reversion of exposure to 63
Exposure had correct the setup.py in r63.
Bump up the reversion and remove patch
Diffstat (limited to 'packages/openmoko-projects')
-rw-r--r-- | packages/openmoko-projects/exposure_svn.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/openmoko-projects/exposure_svn.bb b/packages/openmoko-projects/exposure_svn.bb index 03227798e6..dd36335608 100644 --- a/packages/openmoko-projects/exposure_svn.bb +++ b/packages/openmoko-projects/exposure_svn.bb @@ -2,13 +2,13 @@ DESCRIPTION = "Exposure all devices on neo1973" DEPENDS = "python-etk python-edbus" RDEPENDS = "python-etk python-re python-codecs python-edbus python-pyxdg" PV = "0.0.1+svnr${SRCREV}" -PR = "r2.04" +PR = "r2.05" S = "${WORKDIR}/trunk" inherit setuptools SRC_URI = "svn://svn.projects.openmoko.org/svnroot/exposure;module=trunk;proto=http \ - file://setup-r62.diff;patch=1;pnum=0" + " PACKAGES = "${PN}" |