gpe-autostarter: Makefile fix - don't strip on install
authorAndrea Adami <andrea.adami@gmail.com>
Fri, 1 May 2009 20:35:04 +0000 (22:35 +0200)
committerAndrea Adami <andrea.adami@gmail.com>
Fri, 1 May 2009 20:35:04 +0000 (22:35 +0200)
recipes/gpe-autostarter/files/makefile-fix.patch [new file with mode: 0644]
recipes/gpe-autostarter/gpe-autostarter_0.11.bb
recipes/gpe-autostarter/gpe-autostarter_0.12.bb
recipes/gpe-autostarter/gpe-autostarter_0.6.bb
recipes/gpe-autostarter/gpe-autostarter_0.7.bb
recipes/gpe-autostarter/gpe-autostarter_svn.bb

diff --git a/recipes/gpe-autostarter/files/makefile-fix.patch b/recipes/gpe-autostarter/files/makefile-fix.patch
new file mode 100644 (file)
index 0000000..97ee907
--- /dev/null
@@ -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)
index b228b3d..26a9e97 100644 (file)
@@ -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"
+
index c47f757..4c4293e 100644 (file)
@@ -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"
+
index ef7f255..0ba68b7 100644 (file)
@@ -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"
index f92b5df..9e92740 100644 (file)
@@ -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"
index 2742952..8d275b5 100644 (file)
@@ -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"