[oe-commits] Andrea Adami : gpe-aerial: fix Makefiles - don't strip on install

GIT User account git at amethyst.openembedded.net
Wed May 13 15:05:22 UTC 2009


Module: openembedded.git
Branch: stable/2009
Commit: 2f43417b693ab725a321920a0956fdfbf6217033
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2f43417b693ab725a321920a0956fdfbf6217033

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Tue May 12 23:38:58 2009 +0000

gpe-aerial: fix Makefiles - don't strip on install

Signed-off-by: Koen Kooi <koen at openembedded.org>
Acked-by: Philip Balister <philip at balister.org>

---

 recipes/gpe-aerial/files/fix_makefile.patch |    2 +-
 recipes/gpe-aerial/gpe-aerial_0.2.11.bb     |    3 ++-
 recipes/gpe-aerial/gpe-aerial_0.2.12.bb     |    3 ++-
 recipes/gpe-aerial/gpe-aerial_0.2.13.bb     |    3 ++-
 4 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/recipes/gpe-aerial/files/fix_makefile.patch b/recipes/gpe-aerial/files/fix_makefile.patch
index dec0099..bbb0840 100644
--- a/recipes/gpe-aerial/files/fix_makefile.patch
+++ b/recipes/gpe-aerial/files/fix_makefile.patch
@@ -15,7 +15,7 @@ diff -urNd ../gpe-aerial-0.2.11-r0/gpe-aerial-0.2.11/Makefile gpe-aerial-0.2.11/
  	mkdir -p $(DESTDIR)/$(PREFIX)/bin
 -	$(INSTALL) $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/
 -	$(STRIP) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
-+	$(INSTALL) -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/
++	$(INSTALL) $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/
  	mkdir -p $(DESTDIR)$(PREFIX)/share/pixmaps/
  	for i in $(PIXMAPS); do install -m 644 -D pixmaps/$$i $(DESTDIR)$(PREFIX)/share/pixmaps/$$i; done
  	mkdir -p $(DESTDIR)$(PREFIX)/share/applications
diff --git a/recipes/gpe-aerial/gpe-aerial_0.2.11.bb b/recipes/gpe-aerial/gpe-aerial_0.2.11.bb
index 543dc09..b61331f 100644
--- a/recipes/gpe-aerial/gpe-aerial_0.2.11.bb
+++ b/recipes/gpe-aerial/gpe-aerial_0.2.11.bb
@@ -9,4 +9,5 @@ SECTION = "gpe"
 PRIORITY = "optional"
 LICENSE = "GPL"
 
-SRC_URI += "file://fix_makefile.patch;patch=1"
+SRC_URI += "file://iconlist.patch;patch=1;pnum=0 \
+	    file://fix_makefile.patch;patch=1"
diff --git a/recipes/gpe-aerial/gpe-aerial_0.2.12.bb b/recipes/gpe-aerial/gpe-aerial_0.2.12.bb
index 543dc09..b61331f 100644
--- a/recipes/gpe-aerial/gpe-aerial_0.2.12.bb
+++ b/recipes/gpe-aerial/gpe-aerial_0.2.12.bb
@@ -9,4 +9,5 @@ SECTION = "gpe"
 PRIORITY = "optional"
 LICENSE = "GPL"
 
-SRC_URI += "file://fix_makefile.patch;patch=1"
+SRC_URI += "file://iconlist.patch;patch=1;pnum=0 \
+	    file://fix_makefile.patch;patch=1"
diff --git a/recipes/gpe-aerial/gpe-aerial_0.2.13.bb b/recipes/gpe-aerial/gpe-aerial_0.2.13.bb
index 1f79de8..84f7985 100644
--- a/recipes/gpe-aerial/gpe-aerial_0.2.13.bb
+++ b/recipes/gpe-aerial/gpe-aerial_0.2.13.bb
@@ -10,4 +10,5 @@ SECTION = "gpe"
 PRIORITY = "optional"
 LICENSE = "GPL"
 
-SRC_URI += "file://iconlist.patch;patch=1;pnum=0"
\ No newline at end of file
+SRC_URI += "file://iconlist.patch;patch=1;pnum=0 \
+	    file://fix_makefile.patch;patch=1"





More information about the Openembedded-commits mailing list