aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gsoko
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2009-05-08 15:58:34 +0200
committerFlorian Boor <florian.boor@kernelconcepts.de>2009-05-08 18:33:24 +0200
commit70eece2eb04cc4151252fdad6f6543e04baecb01 (patch)
treee5c8f7af1b8bed68ecb220736696f9472531d3a2 /recipes/gsoko
parenta9d75b3ff88fb49ed077d29020c6d5c58d66febe (diff)
downloadopenembedded-70eece2eb04cc4151252fdad6f6543e04baecb01.tar.gz
gsoko: don't do "install -s"
Diffstat (limited to 'recipes/gsoko')
-rw-r--r--recipes/gsoko/gsoko-0.4.2-gpe6/fix_makefiles.patch13
-rw-r--r--recipes/gsoko/gsoko_0.4.2-gpe6.bb1
2 files changed, 14 insertions, 0 deletions
diff --git a/recipes/gsoko/gsoko-0.4.2-gpe6/fix_makefiles.patch b/recipes/gsoko/gsoko-0.4.2-gpe6/fix_makefiles.patch
index 78506a8319..f734be4961 100644
--- a/recipes/gsoko/gsoko-0.4.2-gpe6/fix_makefiles.patch
+++ b/recipes/gsoko/gsoko-0.4.2-gpe6/fix_makefiles.patch
@@ -27,3 +27,16 @@ diff -urNd ../gsoko-0.4.2-gpe5-r0/gsoko-0.4.2-gpe5/Makefile gsoko-0.4.2-gpe5/Mak
clean:
rm -f *.o
+Index: Makefile
+===================================================================
+--- a/Makefile (Revision 9905)
++++ b/Makefile (Arbeitskopie)
+@@ -29,7 +29,7 @@
+
+ install-program: gsoko gsoko.desktop
+ install -d $(DESTDIR)$(PREFIX)/bin
+- install -s gsoko $(DESTDIR)$(PREFIX)/bin/gsoko
++ install gsoko $(DESTDIR)$(PREFIX)/bin/gsoko
+ install -d $(DESTDIR)$(PREFIX)/share/gsoko/img
+ install -d $(DESTDIR)$(PREFIX)/share/gsoko/levels
+ for i in $(LEVELS); do install -m 644 levels/$$i.lev $(DESTDIR)$(PREFIX)/share/gsoko/levels/$$i.lev; done
diff --git a/recipes/gsoko/gsoko_0.4.2-gpe6.bb b/recipes/gsoko/gsoko_0.4.2-gpe6.bb
index 0d12a6fd06..6a34be2bc4 100644
--- a/recipes/gsoko/gsoko_0.4.2-gpe6.bb
+++ b/recipes/gsoko/gsoko_0.4.2-gpe6.bb
@@ -4,5 +4,6 @@ DEPENDS = "gtk+ libgpewidget"
SECTION = "gpe"
DESCRIPTION = "Sokoban game for GTK"
PRIORITY = "optional"
+PR = "r1"
SRC_URI += "file://fix_makefiles.patch;patch=1"