[oe-commits] Holger Hans Peter Freyther : 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 ...

GIT User account git at amethyst.openembedded.net
Mon Oct 27 17:31:03 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 935c3e5f12b681a6a075df3034b241d04bd91484
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=935c3e5f12b681a6a075df3034b241d04bd91484

Author: Holger Hans Peter Freyther <zecke at openmoko.org>
Date:   Sun Aug  3 23:49:17 2008 +0200

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...

---

 packages/openmoko-projects/exposure/setup-r62.diff |   12 ++++++++++++
 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 0000000..694787b
--- /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 4434f0b..0322779 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}"





More information about the Openembedded-commits mailing list