summaryrefslogtreecommitdiff
path: root/packages/openmoko-projects/exposure_svn.bb
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@openmoko.org>2008-08-03 23:49:17 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2008-10-27 17:51:49 +0100
commit935c3e5f12b681a6a075df3034b241d04bd91484 (patch)
tree32711acf0d2b224273ea8ad36a6686e8082426fc /packages/openmoko-projects/exposure_svn.bb
parent7892426bc27ad46c8a1a779ec581a493aa32554f (diff)
exposure: Add patch to make r62 build The Icon of exposure was removed from the trunk but is still referenced from the setup.py file. In the best case the exposure icon would be restored as we currently lack an icon. As we want to build r62 now for testing it is best to cope with the missing icon...
Diffstat (limited to 'packages/openmoko-projects/exposure_svn.bb')
-rw-r--r--packages/openmoko-projects/exposure_svn.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/openmoko-projects/exposure_svn.bb b/packages/openmoko-projects/exposure_svn.bb
index 4434f0bee5..03227798e6 100644
--- a/packages/openmoko-projects/exposure_svn.bb
+++ b/packages/openmoko-projects/exposure_svn.bb
@@ -2,12 +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.03"
+PR = "r2.04"
S = "${WORKDIR}/trunk"
inherit setuptools
-SRC_URI = "svn://svn.projects.openmoko.org/svnroot/exposure;module=trunk;proto=http"
+SRC_URI = "svn://svn.projects.openmoko.org/svnroot/exposure;module=trunk;proto=http \
+ file://setup-r62.diff;patch=1;pnum=0"
PACKAGES = "${PN}"