diff options
Diffstat (limited to 'recipes/ncftp/ncftp_3.2.0.bb')
-rw-r--r-- | recipes/ncftp/ncftp_3.2.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/ncftp/ncftp_3.2.0.bb b/recipes/ncftp/ncftp_3.2.0.bb index ce62c5ff91..58c14e7880 100644 --- a/recipes/ncftp/ncftp_3.2.0.bb +++ b/recipes/ncftp/ncftp_3.2.0.bb @@ -5,8 +5,8 @@ LICENSE = "ClarifiedArtistic" SRC_URI = "ftp://ftp.ncftp.com/ncftp/older_versions/ncftp-${PV}-src.tar.bz2 \ file://acinclude.m4 \ - file://make.patch;patch=1 \ - file://fixes.patch;patch=1" + file://make.patch;apply=yes \ + file://fixes.patch;apply=yes" inherit autotools |