[oe] [STABLE][PATCH 11/37] xst: Makefile fix - don't strip on install

Philip Balister philip at balister.org
Wed May 13 14:10:01 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>
> ---
>  recipes/xst/files/makefile-fix.patch |   11 +++++++++++
>  recipes/xst/xst_0.15.bb              |    2 ++
>  2 files changed, 13 insertions(+), 0 deletions(-)
>  create mode 100644 recipes/xst/files/makefile-fix.patch
> 
> diff --git a/recipes/xst/files/makefile-fix.patch b/recipes/xst/files/makefile-fix.patch
> new file mode 100644
> index 0000000..3af2d57
> --- /dev/null
> +++ b/recipes/xst/files/makefile-fix.patch
> @@ -0,0 +1,11 @@
> +--- /tmp/Makefile.old	2005-08-27 01:13:47.000000000 +0200
> ++++ xst-0.15/Makefile	2009-05-01 15:48:15.000000000 +0200
> +@@ -32,7 +32,7 @@
> + 
> + install-program: $(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)
> diff --git a/recipes/xst/xst_0.15.bb b/recipes/xst/xst_0.15.bb
> index 76ab7af..6d6156e 100644
> --- a/recipes/xst/xst_0.15.bb
> +++ b/recipes/xst/xst_0.15.bb
> @@ -5,3 +5,5 @@ SECTION = "gpe"
>  DESCRIPTION = "GPE configuration utility"
>  LICENSE = "GPL"
>  SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz"
> +
> +SRC_URI += "file://makefile-fix.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/9af847ed/attachment-0002.bin>


More information about the Openembedded-devel mailing list