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

Philip Balister philip at balister.org
Wed May 13 14:14:40 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/teleport/files/makefile-fix.patch |   13 +++++++++++++
>  recipes/teleport/teleport_0.33.bb         |    2 ++
>  recipes/teleport/teleport_0.34.bb         |    2 ++
>  3 files changed, 17 insertions(+), 0 deletions(-)
>  create mode 100644 recipes/teleport/files/makefile-fix.patch
> 
> diff --git a/recipes/teleport/files/makefile-fix.patch b/recipes/teleport/files/makefile-fix.patch
> new file mode 100644
> index 0000000..9dc232d
> --- /dev/null
> +++ b/recipes/teleport/files/makefile-fix.patch
> @@ -0,0 +1,13 @@
> +--- /tmp/Makefile.old	2005-03-04 20:19:01.000000000 +0100
> ++++ teleport-0.34/Makefile	2009-05-01 22:19:16.000000000 +0200
> +@@ -37,8 +37,8 @@
> + 
> + install-program: all
> + 	install -d $(DESTDIR)$(PREFIX)/bin
> +-	install -s teleport $(DESTDIR)$(PREFIX)/bin/
> +-	install -s tp-keygen $(DESTDIR)$(PREFIX)/bin/
> ++	install teleport $(DESTDIR)$(PREFIX)/bin/
> ++	install tp-keygen $(DESTDIR)$(PREFIX)/bin/
> + 	install -d $(DESTDIR)$(PREFIX)/share/pixmaps
> + 	install -m 644 teleport.png $(DESTDIR)$(PREFIX)/share/pixmaps
> + 	install -d $(DESTDIR)$(PREFIX)/share/applications
> diff --git a/recipes/teleport/teleport_0.33.bb b/recipes/teleport/teleport_0.33.bb
> index 8ebb780..918902e 100644
> --- a/recipes/teleport/teleport_0.33.bb
> +++ b/recipes/teleport/teleport_0.33.bb
> @@ -10,3 +10,5 @@ PR = "r2"
>  SRC_URI =+ "file://crypt.c \
>  		file://fix-desktop.patch;patch=1 \
>  		file://remove-tododb.patch;pnum=1;patch=1"
> +
> +SRC_URI += "file://makefile-fix.patch;patch=1"
> diff --git a/recipes/teleport/teleport_0.34.bb b/recipes/teleport/teleport_0.34.bb
> index ce982c9..3732254 100644
> --- a/recipes/teleport/teleport_0.34.bb
> +++ b/recipes/teleport/teleport_0.34.bb
> @@ -3,3 +3,5 @@ LICENSE = "GPL"
>  DESCRIPTION = "Teleport app"
>  DEPENDS = "gtk+ libgpewidget libdisplaymigration libgcrypt sqlite"
>  PRIORITY = "optional"
> +
> +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/a71bc26b/attachment-0002.bin>


More information about the Openembedded-devel mailing list