diff options
author | Holger Hans Peter Freyther <zecke@openmoko.org> | 2008-08-03 23:49:17 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-27 17:51:49 +0100 |
commit | 935c3e5f12b681a6a075df3034b241d04bd91484 (patch) | |
tree | 32711acf0d2b224273ea8ad36a6686e8082426fc /packages/openmoko-projects | |
parent | 7892426bc27ad46c8a1a779ec581a493aa32554f (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')
-rw-r--r-- | packages/openmoko-projects/exposure/setup-r62.diff | 12 | ||||
-rw-r--r-- | packages/openmoko-projects/exposure_svn.bb | 5 |
2 files changed, 15 insertions, 2 deletions
diff --git a/packages/openmoko-projects/exposure/setup-r62.diff b/packages/openmoko-projects/exposure/setup-r62.diff new file mode 100644 index 0000000000..694787bdec --- /dev/null +++ b/packages/openmoko-projects/exposure/setup-r62.diff @@ -0,0 +1,12 @@ +Index: setup.py +=================================================================== +--- setup.py (Revision 62) ++++ setup.py (Arbeitskopie) +@@ -27,7 +27,6 @@ + setup_requires=['python-evas>=0.2.1'], + data_files=[('applications', 'src/exposure.desktop']), + ('exposure', ['data/themes/exposure.edj']), +- ('images', ['data/image/exposure.jpg']), + ('/etc/X11/Xsession.d/', ['src/80app-launcher-bootup']), + ] + ) 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}" |