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

Philip Balister philip at balister.org
Wed May 13 14:15:00 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-autostarter/files/makefile-fix.patch |   11 +++++++++++
>  recipes/gpe-autostarter/gpe-autostarter_0.11.bb  |    4 +++-
>  recipes/gpe-autostarter/gpe-autostarter_0.12.bb  |    4 +++-
>  recipes/gpe-autostarter/gpe-autostarter_0.6.bb   |    2 ++
>  recipes/gpe-autostarter/gpe-autostarter_0.7.bb   |    2 ++
>  recipes/gpe-autostarter/gpe-autostarter_svn.bb   |    2 ++
>  6 files changed, 23 insertions(+), 2 deletions(-)
>  create mode 100644 recipes/gpe-autostarter/files/makefile-fix.patch
> 
> diff --git a/recipes/gpe-autostarter/files/makefile-fix.patch b/recipes/gpe-autostarter/files/makefile-fix.patch
> new file mode 100644
> index 0000000..97ee907
> --- /dev/null
> +++ b/recipes/gpe-autostarter/files/makefile-fix.patch
> @@ -0,0 +1,11 @@
> +--- /tmp/Makefile.old	2006-08-23 15:08:36.000000000 +0200
> ++++ gpe-autostarter-0.12/Makefile	2009-05-01 22:32:50.000000000 +0200
> +@@ -28,7 +28,7 @@
> + 
> + install-program: all
> + 	install -d $(DESTDIR)$(PREFIX)/bin
> +-	install -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/
> ++	install $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/
> + 	install -d $(DESTDIR)/etc/X11/Xsession.d
> + 	install $(PACKAGE).xsession $(DESTDIR)/etc/X11/Xsession.d/50$(PACKAGE)
> + 
> diff --git a/recipes/gpe-autostarter/gpe-autostarter_0.11.bb b/recipes/gpe-autostarter/gpe-autostarter_0.11.bb
> index b228b3d..26a9e97 100644
> --- a/recipes/gpe-autostarter/gpe-autostarter_0.11.bb
> +++ b/recipes/gpe-autostarter/gpe-autostarter_0.11.bb
> @@ -5,4 +5,6 @@ LICENSE = "GPL"
>  
>  inherit gpe
>  
> -SRC_URI += " file://dbus-new-api.patch;patch=1"
> +SRC_URI += "file://dbus-new-api.patch;patch=1 \
> +	    file://makefile-fix.patch;patch=1"
> +
> diff --git a/recipes/gpe-autostarter/gpe-autostarter_0.12.bb b/recipes/gpe-autostarter/gpe-autostarter_0.12.bb
> index c47f757..4c4293e 100644
> --- a/recipes/gpe-autostarter/gpe-autostarter_0.12.bb
> +++ b/recipes/gpe-autostarter/gpe-autostarter_0.12.bb
> @@ -5,4 +5,6 @@ RDEPENDS = "hotplug-dbus"
>  
>  inherit gpe
>  
> -SRC_URI += "file://wireless.patch;patch=1"
> +SRC_URI += "file://wireless.patch;patch=1 \
> +	    file://makefile-fix.patch;patch=1"
> +
> diff --git a/recipes/gpe-autostarter/gpe-autostarter_0.6.bb b/recipes/gpe-autostarter/gpe-autostarter_0.6.bb
> index ef7f255..0ba68b7 100644
> --- a/recipes/gpe-autostarter/gpe-autostarter_0.6.bb
> +++ b/recipes/gpe-autostarter/gpe-autostarter_0.6.bb
> @@ -4,3 +4,5 @@ DEPENDS = "glib-2.0 dbus-glib hotplug-dbus"
>  RDEPENDS = "hotplug-dbus"
>  
>  inherit gpe
> +
> +SRC_URI += "file://makefile-fix.patch;patch=1"
> diff --git a/recipes/gpe-autostarter/gpe-autostarter_0.7.bb b/recipes/gpe-autostarter/gpe-autostarter_0.7.bb
> index f92b5df..9e92740 100644
> --- a/recipes/gpe-autostarter/gpe-autostarter_0.7.bb
> +++ b/recipes/gpe-autostarter/gpe-autostarter_0.7.bb
> @@ -4,3 +4,5 @@ DEPENDS = "glib-2.0 dbus-glib hotplug-dbus virtual/libx11"
>  RDEPENDS = "hotplug-dbus"
>  
>  inherit gpe
> +
> +SRC_URI += "file://makefile-fix.patch;patch=1"
> diff --git a/recipes/gpe-autostarter/gpe-autostarter_svn.bb b/recipes/gpe-autostarter/gpe-autostarter_svn.bb
> index 2742952..8d275b5 100644
> --- a/recipes/gpe-autostarter/gpe-autostarter_svn.bb
> +++ b/recipes/gpe-autostarter/gpe-autostarter_svn.bb
> @@ -8,6 +8,8 @@ inherit gpe
>  SRC_URI = "${GPE_SVN} \
>             file://svn-build.patch;patch=1"
>  
> +SRC_URI += "file://makefile-fix.patch;patch=1"
> +
>  S = "${WORKDIR}/${PN}"
>  
>  export CVSBUILD="no"
-------------- 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/6f861f06/attachment-0002.bin>


More information about the Openembedded-devel mailing list