[oe] [STABLE][PATCH 01/37] ipaq-sleep: don't strip during install - using coreutils this now breaks (strip: unable to recognise the format of the input file)

Philip Balister philip at balister.org
Wed May 13 13:56:36 UTC 2009


koen.kooi at gmail.com wrote:
> From: Andrea Adami <andrea.adami at gmail.com>
> 
> Signed-off-by: Koen Kooi <koen at openembedded.org>

Acked-by: Philip Balister <philip at balister.org>
> ---
>  recipes/ipaq-sleep/files/install-fix.patch |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/recipes/ipaq-sleep/files/install-fix.patch b/recipes/ipaq-sleep/files/install-fix.patch
> index 59eb17b..68e57af 100644
> --- a/recipes/ipaq-sleep/files/install-fix.patch
> +++ b/recipes/ipaq-sleep/files/install-fix.patch
> @@ -5,7 +5,7 @@
>   
>   install-program: all
>  -	install -Ds $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
> -+	install -D -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
> ++	install -D $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
>   	mkdir -p $(DESTDIR)/etc/init.d
>   	install $(PACKAGE).init $(DESTDIR)/etc/init.d/$(PACKAGE)
>   	install $(PACKAGE).conf $(DESTDIR)/etc/$(PACKAGE).conf
-------------- 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/8eaa5535/attachment-0002.bin>


More information about the Openembedded-devel mailing list