diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2009-05-12 15:20:35 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-05-12 15:22:49 +0200 |
commit | b5f722ac2fc7438c987ef0a621aa671987397c8e (patch) | |
tree | 4ee2a82a67981bffad6ef6cce23be127eed32836 /recipes/gsoko/gsoko_0.4.2-gpe6.bb | |
parent | 6349eba5e10c3f8d78dede7e15abf3dec897a374 (diff) |
gsoko: Apply fix to suppress strip installing binary.
Diffstat (limited to 'recipes/gsoko/gsoko_0.4.2-gpe6.bb')
-rw-r--r-- | recipes/gsoko/gsoko_0.4.2-gpe6.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/gsoko/gsoko_0.4.2-gpe6.bb b/recipes/gsoko/gsoko_0.4.2-gpe6.bb index 6a34be2bc4..f1a513c40c 100644 --- a/recipes/gsoko/gsoko_0.4.2-gpe6.bb +++ b/recipes/gsoko/gsoko_0.4.2-gpe6.bb @@ -6,4 +6,7 @@ DESCRIPTION = "Sokoban game for GTK" PRIORITY = "optional" PR = "r1" -SRC_URI += "file://fix_makefiles.patch;patch=1" +SRC_URI += " \ + file://fix_makefiles.patch;patch=1 \ + file://fix_install.patch;patch=1 \ + " |