diff options
Diffstat (limited to 'recipes/grep/grep_2.5.bb')
-rw-r--r-- | recipes/grep/grep_2.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/grep/grep_2.5.bb b/recipes/grep/grep_2.5.bb index f576fc66a2..0f759131e7 100644 --- a/recipes/grep/grep_2.5.bb +++ b/recipes/grep/grep_2.5.bb @@ -3,7 +3,7 @@ SECTION = "console/utils" DESCRIPTION = "grep GNU utility" SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.bz2 \ - file://install.patch;patch=1" + file://install.patch;apply=yes" inherit autotools |