[oe-commits] Frans Meulenbroeks : proftpd: fix strip issue

git version control git at git.openembedded.org
Wed Sep 30 22:03:00 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 35e01a136bfc8910e119d9c67561b9ac39f63f16
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=35e01a136bfc8910e119d9c67561b9ac39f63f16

Author: Frans Meulenbroeks <fransmeulenbroeks at yahoo.com>
Date:   Thu Oct  1 00:02:16 2009 +0200

proftpd: fix strip issue

---

 recipes/proftpd/files/make.patch |    4 ++--
 recipes/proftpd/proftpd_1.3.2.bb |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/proftpd/files/make.patch b/recipes/proftpd/files/make.patch
index 3e8109f..804e35d 100644
--- a/recipes/proftpd/files/make.patch
+++ b/recipes/proftpd/files/make.patch
@@ -43,8 +43,8 @@ Index: proftpd-1.3.2/Make.rules.in
 -INSTALL_BIN=$(INSTALL) @INSTALL_STRIP@ -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 0755
 -INSTALL_SBIN=$(INSTALL) @INSTALL_STRIP@ -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 0755
 -INSTALL_MAN=$(INSTALL) -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 0644
-+INSTALL_BIN=$(INSTALL) @INSTALL_STRIP@ -m 0755
-+INSTALL_SBIN=$(INSTALL) @INSTALL_STRIP@ -m 0755
++INSTALL_BIN=$(INSTALL) -m 0755
++INSTALL_SBIN=$(INSTALL) -m 0755
 +INSTALL_MAN=$(INSTALL) -m 0644
  
  RM=rm -f
diff --git a/recipes/proftpd/proftpd_1.3.2.bb b/recipes/proftpd/proftpd_1.3.2.bb
index c051a63..8d31ade 100644
--- a/recipes/proftpd/proftpd_1.3.2.bb
+++ b/recipes/proftpd/proftpd_1.3.2.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Secure ftp daemon"
 SECTION = "console/network"
 LICENSE = "GPL"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "ftp://ftp.nl.uu.net/pub/unix/ftp/proftpd/ftp/distrib/source/${PN}-${PV}.tar.gz \
 	file://make.patch;patch=1 \





More information about the Openembedded-commits mailing list