[oe] [STABLE][PATCH 26/37] gsoko: don't do "install -s"

Philip Balister philip at balister.org
Wed May 13 14:19:58 UTC 2009


Acked-by: Philip Balister <philip at balister.org>

koen.kooi at gmail.com wrote:
> From: Florian Boor <florian.boor at kernelconcepts.de>
> 
> Signed-off-by: Koen Kooi <koen at openembedded.org>
> ---
>  recipes/gsoko/gsoko-0.4.2-gpe6/fix_makefiles.patch |   13 +++++++++++++
>  recipes/gsoko/gsoko_0.4.2-gpe6.bb                  |    1 +
>  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 78506a8..f734be4 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 0d12a6f..6a34be2 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"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3303 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20090513/ad7bb290/attachment-0002.bin>


More information about the Openembedded-devel mailing list