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

Philip Balister philip at balister.org
Wed May 13 14:07:29 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-confd/files/makefile-fix.patch |   11 +++++++++++
>  recipes/gpe-confd/gpe-confd_0.16.bb        |    1 +
>  2 files changed, 12 insertions(+), 0 deletions(-)
>  create mode 100644 recipes/gpe-confd/files/makefile-fix.patch
> 
> diff --git a/recipes/gpe-confd/files/makefile-fix.patch b/recipes/gpe-confd/files/makefile-fix.patch
> new file mode 100644
> index 0000000..ac3483e
> --- /dev/null
> +++ b/recipes/gpe-confd/files/makefile-fix.patch
> @@ -0,0 +1,11 @@
> +--- /tmp/Makefile.old	2004-08-29 13:59:52.000000000 +0200
> ++++ gpe-confd-0.16/Makefile	2009-05-01 15:33:00.000000000 +0200
> +@@ -32,7 +32,7 @@
> + 
> + install-program: $(PACKAGE)
> + 	install -d $(DESTDIR)$(PREFIX)/bin
> +-	install -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
> ++	install $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
> + 	mkdir -p $(DESTDIR)/etc/X11/Xsession.d
> + 	install $(PACKAGE).xs $(DESTDIR)/etc/X11/Xsession.d/70gpe-confd
> + 
> diff --git a/recipes/gpe-confd/gpe-confd_0.16.bb b/recipes/gpe-confd/gpe-confd_0.16.bb
> index b9c3102..6b50107 100644
> --- a/recipes/gpe-confd/gpe-confd_0.16.bb
> +++ b/recipes/gpe-confd/gpe-confd_0.16.bb
> @@ -6,3 +6,4 @@ DESCRIPTION = "GPE configuration daemon"
>  LICENSE = "GPL"
>  PR = "r1"
>  
> +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/064b33e7/attachment-0002.bin>


More information about the Openembedded-devel mailing list