[oe-commits] Holger Hans Peter Freyther : gftp: Add a mkinstalldir patch as seen in findutils and such

git version control git at git.openembedded.org
Tue Mar 16 08:17:06 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 02c54584c5b28c3a356ede18df032642d719c376
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=02c54584c5b28c3a356ede18df032642d719c376

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Tue Mar 16 14:09:32 2010 +0800

gftp: Add a mkinstalldir patch as seen in findutils and such

---

 recipes/gftp/gftp/gftp-2.0.18-mkinstalldir.patch |   14 ++++++++++++++
 recipes/gftp/gftp_2.0.18.bb                      |    5 +++--
 2 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/recipes/gftp/gftp/gftp-2.0.18-mkinstalldir.patch b/recipes/gftp/gftp/gftp-2.0.18-mkinstalldir.patch
new file mode 100644
index 0000000..e2781bd
--- /dev/null
+++ b/recipes/gftp/gftp/gftp-2.0.18-mkinstalldir.patch
@@ -0,0 +1,14 @@
+Index: gftp-2.0.18/po/Makefile.in.in
+===================================================================
+--- gftp-2.0.18.orig/po/Makefile.in.in	2010-03-16 14:07:50.311553658 +0800
++++ gftp-2.0.18/po/Makefile.in.in	2010-03-16 14:08:08.977119831 +0800
+@@ -28,8 +28,7 @@
+ 
+ INSTALL = @INSTALL@
+ INSTALL_DATA = @INSTALL_DATA@
+-MKINSTALLDIRS = @MKINSTALLDIRS@
+-mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
++mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ 
+ GMSGFMT = @GMSGFMT@
+ MSGFMT = @MSGFMT@
diff --git a/recipes/gftp/gftp_2.0.18.bb b/recipes/gftp/gftp_2.0.18.bb
index 104e7bf..fa73486 100644
--- a/recipes/gftp/gftp_2.0.18.bb
+++ b/recipes/gftp/gftp_2.0.18.bb
@@ -6,14 +6,15 @@ DESCRIPTION = "Free multithreaded file transfer client (FTP/HTTP/SSH)."
 HOMEPAGE="http://www.gftp.org/"
 SECTION = "x11/network"
 LICENSE="GPL"
-PR = "r3"
+PR = "r4"
 
 SRC_URI="http://www.gftp.org/gftp-${PV}.tar.bz2 \
 	 file://configure.patch;patch=1 \
 	 file://gftp-2.0.18-188252.patch;patch=1 \
 	 file://gftp-2.0.18-ipv6.patch;patch=1;pnum=2 \
 	 file://gftp-2.0.18-ssh2-read.patch;patch=1 \
-	 file://gftp-2.0.18-ssl-wildcardcert.patch;patch=1;pnum=0 "
+	 file://gftp-2.0.18-ssl-wildcardcert.patch;patch=1;pnum=0 \
+	 file://gftp-2.0.18-mkinstalldir.patch;patch=1 "
 
 DEPENDS="gtk+ openssl"
 





More information about the Openembedded-commits mailing list