From 622cc4bf4940650c0301a67da260fc8fb134ed08 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Fri, 1 May 2009 22:46:49 +0200 Subject: gpe-soundserver: Makefile fix - don't strip on install --- recipes/gpe-soundserver/files/makefile-fix.patch | 13 +++++++++++++ recipes/gpe-soundserver/gpe-soundserver_0.4-1.bb | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 recipes/gpe-soundserver/files/makefile-fix.patch diff --git a/recipes/gpe-soundserver/files/makefile-fix.patch b/recipes/gpe-soundserver/files/makefile-fix.patch new file mode 100644 index 0000000000..c150886e98 --- /dev/null +++ b/recipes/gpe-soundserver/files/makefile-fix.patch @@ -0,0 +1,13 @@ +--- /tmp/Makefile.old 2004-08-18 16:28:08.000000000 +0200 ++++ gpe-soundserver-0.4-1/Makefile 2009-05-01 22:44:27.000000000 +0200 +@@ -37,8 +37,8 @@ + + install-program: all + install -d $(DESTDIR)$(PREFIX)/bin +- install -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE) +- install -s wrapesd $(DESTDIR)$(PREFIX)/bin/wrapesd ++ install $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE) ++ install wrapesd $(DESTDIR)$(PREFIX)/bin/wrapesd + install -d $(DESTDIR)/etc/X11/Xsession.d + install $(PACKAGE).xsession $(DESTDIR)/etc/X11/Xsession.d/50sound-server + diff --git a/recipes/gpe-soundserver/gpe-soundserver_0.4-1.bb b/recipes/gpe-soundserver/gpe-soundserver_0.4-1.bb index e239f21e04..1ec4cf314a 100644 --- a/recipes/gpe-soundserver/gpe-soundserver_0.4-1.bb +++ b/recipes/gpe-soundserver/gpe-soundserver_0.4-1.bb @@ -4,4 +4,5 @@ inherit gpe DEPENDS = "virtual/libx11 esound" -SRC_URI += "file://makefile-breakage.patch;patch=1" +SRC_URI += "file://makefile-breakage.patch;patch=1 \ + file://makefile-fix.patch;patch=1" -- cgit v1.2.3 From c8f96452b9af962dd0ee1aa36f138364c96ebe47 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Fri, 1 May 2009 23:38:05 +0200 Subject: gpe-aerial: fix Makefiles - don't strip on install --- 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 dec00994d8..bbb08407e1 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 543dc09e88..b61331f98d 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 543dc09e88..b61331f98d 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 1f79de876b..84f79855e8 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" -- cgit v1.2.3