[oe] [STABLE][PATCH 33/37] gpe-mixer: fix Makefile - don't strip on install

Philip Balister philip at balister.org
Wed May 13 14:23:24 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/gpe-mixer/gpe-mixer/fix-install.patch |   11 +++++++++++
>  recipes/gpe-mixer/gpe-mixer_0.42.bb           |    3 ++-
>  2 files changed, 13 insertions(+), 1 deletions(-)
>  create mode 100644 recipes/gpe-mixer/gpe-mixer/fix-install.patch
> 
> diff --git a/recipes/gpe-mixer/gpe-mixer/fix-install.patch b/recipes/gpe-mixer/gpe-mixer/fix-install.patch
> new file mode 100644
> index 0000000..ec5ea2c
> --- /dev/null
> +++ b/recipes/gpe-mixer/gpe-mixer/fix-install.patch
> @@ -0,0 +1,11 @@
> +--- Makefile.old	2009-05-09 21:11:12.000000000 +0200
> ++++ Makefile	2009-05-09 21:11:39.000000000 +0200
> +@@ -36,7 +36,7 @@
> + 
> + install-program: all $(PACKAGE).desktop
> + 	mkdir -p $(DESTDIR)$(PREFIX)/bin
> +-	install -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
> ++	install $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
> + 	mkdir -p $(DESTDIR)$(PREFIX)/share/pixmaps
> + 	install -m 644 $(PACKAGE).png $(DESTDIR)$(PREFIX)/share/pixmaps/$(PACKAGE).png
> + 	mkdir -p $(DESTDIR)$(PREFIX)/share/$(PACKAGE)
> diff --git a/recipes/gpe-mixer/gpe-mixer_0.42.bb b/recipes/gpe-mixer/gpe-mixer_0.42.bb
> index 5fe0e98..c2f7bbe 100644
> --- a/recipes/gpe-mixer/gpe-mixer_0.42.bb
> +++ b/recipes/gpe-mixer/gpe-mixer_0.42.bb
> @@ -3,7 +3,8 @@ PR = "r1"
>  
>  inherit gpe pkgconfig
>  
> -SRC_URI += "file://gpemixer-no-host-includes.patch;patch=1"
> +SRC_URI += "file://gpemixer-no-host-includes.patch;patch=1 \
> +	    file://fix-install.patch;patch=1"
>  
>  DESCRIPTION = "GPE audio mixer"
>  DEPENDS = "gtk+ libgpewidget"
-------------- 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/93986e29/attachment-0002.bin>


More information about the Openembedded-devel mailing list