diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-16 14:09:32 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-16 14:14:07 +0800 |
commit | 02c54584c5b28c3a356ede18df032642d719c376 (patch) | |
tree | 4d61f7df7ea6060812f23676da53ffebbbf26f0f /recipes | |
parent | ccdf5120a8f52685be43b0931196f83a263012bd (diff) |
gftp: Add a mkinstalldir patch as seen in findutils and such
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gftp/gftp/gftp-2.0.18-mkinstalldir.patch | 14 | ||||
-rw-r--r-- | 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 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" |