[oe] [STABLE][PATCH 08/37] gpe-calculator: don't strip during install - this breaks now with new install - strip is done in packaging

Philip Balister philip at balister.org
Wed May 13 14:06:10 UTC 2009


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

koen.kooi at gmail.com wrote:
> From: Andrea Adami <andrea.adami at gmail.com>
> 
> Signed-off-by: Koen Kooi <koen at openembedded.org>
> ---
>  .../gpe-calculator-0.2/fix_makefile.patch          |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/recipes/gpe-calculator/gpe-calculator-0.2/fix_makefile.patch b/recipes/gpe-calculator/gpe-calculator-0.2/fix_makefile.patch
> index b8c6d1a..8b4ebf7 100644
> --- a/recipes/gpe-calculator/gpe-calculator-0.2/fix_makefile.patch
> +++ b/recipes/gpe-calculator/gpe-calculator-0.2/fix_makefile.patch
> @@ -41,7 +41,7 @@ diff -urNd ../gpe-calculator-0.2-r0/gpe-calculator-0.2/Makefile gpe-calculator-0
>   	install -m 644 $(PACKAGE).desktop $(DESTDIR)$(PREFIX)/share/applications
>  -	strip $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
>  +	mkdir -p $(DESTDIR)$(PREFIX)/bin
> -+	install -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
> ++	install $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
>   
>   clean:
>   	rm -f $(PACKAGE) $(OBJS) $(DEPS)
-------------- 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/215a91f7/attachment-0002.bin>


More information about the Openembedded-devel mailing list