cms92init: Add patch to work around broken install tools.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Tue, 24 Jul 2007 18:49:32 +0000 (18:49 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Tue, 24 Jul 2007 18:49:32 +0000 (18:49 +0000)
packages/gpephone/cms92init-0.1/.mtn2git_empty [new file with mode: 0644]
packages/gpephone/cms92init-0.1/oe-install.patch [new file with mode: 0644]
packages/gpephone/cms92init_0.1.bb

diff --git a/packages/gpephone/cms92init-0.1/.mtn2git_empty b/packages/gpephone/cms92init-0.1/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/gpephone/cms92init-0.1/oe-install.patch b/packages/gpephone/cms92init-0.1/oe-install.patch
new file mode 100644 (file)
index 0000000..23e321c
--- /dev/null
@@ -0,0 +1,9 @@
+--- cms92init-simple/Makefile~ 2007-05-24 12:14:31.000000000 +0200
++++ cms92init-simple/Makefile  2007-05-24 12:14:31.000000000 +0200
+@@ -12,5 +12,5 @@
+       
+ install:
+       install -d $(DESTDIR)/$(PREFIX)/bin
+-      install -m755  cms92init $(DESTDIR)/$(PREFIX)/bin
++      install -m 755  cms92init $(DESTDIR)/$(PREFIX)/bin
index ab0388a..4b943f4 100644 (file)
@@ -7,7 +7,8 @@ PR = "r0"
 
 inherit gpephone
 
-SRC_URI = "${GPEPHONE_MIRROR}/GPRS/GPRS-${PV}.tar.bz2"
+SRC_URI = "${GPEPHONE_MIRROR}/GPRS/GPRS-${PV}.tar.bz2 \
+           file://oe-install.patch;patch=1"
 
 
 S  = ${WORKDIR}/GPRS/cms92init-simple