diff options
Diffstat (limited to 'recipes/gperf/gperf_3.0.3.bb')
-rw-r--r-- | recipes/gperf/gperf_3.0.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gperf/gperf_3.0.3.bb b/recipes/gperf/gperf_3.0.3.bb index 5228d372ab..735f22f807 100644 --- a/recipes/gperf/gperf_3.0.3.bb +++ b/recipes/gperf/gperf_3.0.3.bb @@ -3,7 +3,7 @@ LICENSE = "GPL" SUMMARY = "Generate a perfect hash function from a set of keywords" SRC_URI = "${GNU_MIRROR}/gperf/gperf-${PV}.tar.gz \ - file://autoreconf.patch;patch=1" + file://autoreconf.patch;apply=yes" inherit autotools |