From 02c54584c5b28c3a356ede18df032642d719c376 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 16 Mar 2010 14:09:32 +0800 Subject: 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(-) create mode 100644 recipes/gftp/gftp/gftp-2.0.18-mkinstalldir.patch (limited to 'recipes/gftp') 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 0000000000..e2781bd928 --- /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 104e7bf953..fa73486d4a 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" -- cgit 1.2.3-korg