[oe] [STABLE][PATCH 29/37] gpe-announce: Fix install: don't do install -s

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


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

koen.kooi at gmail.com wrote:
> From: Steve Sakoman <steve at sakoman.com>
> 
> Signed-off-by: Koen Kooi <koen at openembedded.org>
> ---
>  recipes/gpe-announce/files/fix-install.diff |   13 +++++++++++++
>  recipes/gpe-announce/gpe-announce_0.13.bb   |    5 ++++-
>  2 files changed, 17 insertions(+), 1 deletions(-)
>  create mode 100644 recipes/gpe-announce/files/fix-install.diff
> 
> diff --git a/recipes/gpe-announce/files/fix-install.diff b/recipes/gpe-announce/files/fix-install.diff
> new file mode 100644
> index 0000000..3827f55
> --- /dev/null
> +++ b/recipes/gpe-announce/files/fix-install.diff
> @@ -0,0 +1,13 @@
> +diff --git gpe-announce-0.13/Makefile-orig gpe-announce-0.13/Makefile
> +index 56e016a..f8bade4 100644
> +--- gpe-announce-0.13/Makefile-orig
> ++++ gpe-announce-0.13/Makefile
> +@@ -47,7 +47,7 @@ $(PACKAGE): $(OBJS)
> + 
> + install-program: all 
> + 	install -d $(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/gpe-announce/gpe-announce_0.13.bb b/recipes/gpe-announce/gpe-announce_0.13.bb
> index 6ffe317..21538c4 100644
> --- a/recipes/gpe-announce/gpe-announce_0.13.bb
> +++ b/recipes/gpe-announce/gpe-announce_0.13.bb
> @@ -4,4 +4,7 @@ DEPENDS = "libsoundgen libschedule gtk+ libgpewidget"
>  LICENSE = "GPL"
>  PR = "r1"
>  
> -SRC_URI += "file://fix-esound.diff;patch=1"
> +SRC_URI += " \
> +            file://fix-esound.diff;patch=1 \
> +            file://fix-install.diff;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/ecdb1faa/attachment-0002.bin>


More information about the Openembedded-devel mailing list