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

Philip Balister philip at balister.org
Wed May 13 14:06:57 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>
> ---
>  .../libdisplaymigration/files/makefile-fix.patch   |   11 +++++++++++
>  .../libdisplaymigration_0.28.bb                    |    2 ++
>  .../libdisplaymigration_0.99.bb                    |    2 ++
>  3 files changed, 15 insertions(+), 0 deletions(-)
>  create mode 100644 recipes/libdisplaymigration/files/makefile-fix.patch
> 
> diff --git a/recipes/libdisplaymigration/files/makefile-fix.patch b/recipes/libdisplaymigration/files/makefile-fix.patch
> new file mode 100644
> index 0000000..5a79ab2
> --- /dev/null
> +++ b/recipes/libdisplaymigration/files/makefile-fix.patch
> @@ -0,0 +1,11 @@
> +--- /tmp/Makefile	2005-02-28 20:32:13.000000000 +0100
> ++++ libdisplaymigration-0.99/Makefile	2009-05-01 14:26:17.000000000 +0200
> +@@ -36,7 +36,7 @@
> + 
> + install-program: $(SONAME)
> + 	install -d $(DESTDIR)$(PREFIX)/lib
> +-	install -s $(SONAME) $(DESTDIR)$(PREFIX)/lib/$(SONAME)
> ++	install $(SONAME) $(DESTDIR)$(PREFIX)/lib/$(SONAME)
> + 
> + install-devel:
> + 	for i in $(HEADERS); do install -m 644 -D $$i $(DESTDIR)$(PREFIX)/include/$$i; done
> diff --git a/recipes/libdisplaymigration/libdisplaymigration_0.28.bb b/recipes/libdisplaymigration/libdisplaymigration_0.28.bb
> index e92cf57..8f85dff 100644
> --- a/recipes/libdisplaymigration/libdisplaymigration_0.28.bb
> +++ b/recipes/libdisplaymigration/libdisplaymigration_0.28.bb
> @@ -7,6 +7,8 @@ PR = "r1"
>  
>  inherit pkgconfig gpe
>  
> +SRC_URI += "file://makefile-fix.patch;patch=1"
> +
>  headers = "displaymigration.h auth.h crypt.h"
>  
>  do_install() {
> diff --git a/recipes/libdisplaymigration/libdisplaymigration_0.99.bb b/recipes/libdisplaymigration/libdisplaymigration_0.99.bb
> index 0563ba3..033005d 100644
> --- a/recipes/libdisplaymigration/libdisplaymigration_0.99.bb
> +++ b/recipes/libdisplaymigration/libdisplaymigration_0.99.bb
> @@ -7,6 +7,8 @@ PR = "r0"
>  
>  inherit pkgconfig gpe
>  
> +SRC_URI += "file://makefile-fix.patch;patch=1"
> +
>  headers = "displaymigration.h auth.h crypt.h"
>  
>  do_install() {
-------------- 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/1a09b09c/attachment-0002.bin>


More information about the Openembedded-devel mailing list