summaryrefslogtreecommitdiffstats
path: root/recipes/grep
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/grep')
-rw-r--r--recipes/grep/grep_2.6.3.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/grep/grep_2.6.3.bb b/recipes/grep/grep_2.6.3.bb
index c887ca007d..314fac430e 100644
--- a/recipes/grep/grep_2.6.3.bb
+++ b/recipes/grep/grep_2.6.3.bb
@@ -1,7 +1,9 @@
LICENSE = "GPL"
SECTION = "console/utils"
DESCRIPTION = "grep GNU utility"
-PR = "r0"
+PR = "r1"
+
+DEPENDS += "xz-native"
SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.xz \
file://uclibc-fix.patch"