diff options
Diffstat (limited to 'recipes/popt/popt_1.7.bb')
-rw-r--r-- | recipes/popt/popt_1.7.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/popt/popt_1.7.bb b/recipes/popt/popt_1.7.bb index bc95e25090..46d599a3cb 100644 --- a/recipes/popt/popt_1.7.bb +++ b/recipes/popt/popt_1.7.bb @@ -8,9 +8,9 @@ inherit autotools autotools_stage SRC_URI = "\ http://rpm.org/releases/historical/rpm-4.1.x/popt-${PV}.tar.gz \ - file://m4.patch;patch=1 \ - file://intl.patch;patch=1 \ - file://mkinstalldirs.patch;patch=1 \ + file://m4.patch;apply=yes \ + file://intl.patch;apply=yes \ + file://mkinstalldirs.patch;apply=yes \ " do_configure() { |