diff options
author | Graeme Gregory <graeme@openmoko.org> | 2008-05-20 22:23:01 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-27 17:51:47 +0100 |
commit | 888fc72513262f6362b71d0d8212af5b5fd2451b (patch) | |
tree | b6e28a55fc8073d6060ad69998dbb2cdcb90a97c | |
parent | 9e6f78b14f55cf97bdf4be02905b8736cf4c027e (diff) |
exposure_svn.bb : tidy recipe and remove AUTOREV that doesnt belong
-rw-r--r-- | packages/openmoko-projects/exposure_svn.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/openmoko-projects/exposure_svn.bb b/packages/openmoko-projects/exposure_svn.bb index 56679089c1..296ab64e6e 100644 --- a/packages/openmoko-projects/exposure_svn.bb +++ b/packages/openmoko-projects/exposure_svn.bb @@ -1,10 +1,9 @@ -AUTHOR = "Willie <willie@openmoko.com>" DESCRIPTION = "Exposure all devices on neo1973" +AUTHOR = "Willie <willie@openmoko.com>" DEPENDS = "python-etk" RDEPENDS = "python-etk python-re python-codecs" PV = "0.0.1+svnr${SRCREV}" -SRCREV = ${AUTOREV} -PR = "r0" +PR = "r1" S = ${WORKDIR}/${PN} |