xst: Makefile fix - don't strip on install
authorAndrea Adami <andrea.adami@gmail.com>
Fri, 1 May 2009 13:52:51 +0000 (15:52 +0200)
committerAndrea Adami <andrea.adami@gmail.com>
Fri, 1 May 2009 13:52:51 +0000 (15:52 +0200)
recipes/xst/files/makefile-fix.patch [new file with mode: 0644]
recipes/xst/xst_0.15.bb

diff --git a/recipes/xst/files/makefile-fix.patch b/recipes/xst/files/makefile-fix.patch
new file mode 100644 (file)
index 0000000..3af2d57
--- /dev/null
@@ -0,0 +1,11 @@
+--- /tmp/Makefile.old  2005-08-27 01:13:47.000000000 +0200
++++ xst-0.15/Makefile  2009-05-01 15:48:15.000000000 +0200
+@@ -32,7 +32,7 @@
+ install-program: $(PACKAGE)
+       mkdir -p $(DESTDIR)$(PREFIX)/bin
+-      install -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
++      install $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
+ clean:
+       rm -f $(PACKAGE) $(OBJS) $(DEPS)
index 76ab7af..6d6156e 100644 (file)
@@ -5,3 +5,5 @@ SECTION = "gpe"
 DESCRIPTION = "GPE configuration utility"
 LICENSE = "GPL"
 SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz"
+
+SRC_URI += "file://makefile-fix.patch;patch=1"