From e7b683e8779783781a44e9a9a3a25516d9a93f7d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 5 Jun 2010 13:01:31 -0700 Subject: grep_2.6.3.bb: DEPEND on xz-native. * Becuase we are using .xz compressed archive in SRC_URI make sure that xz is installed for the host. Signed-off-by: Khem Raj --- recipes/grep/grep_2.6.3.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes/grep') 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" -- cgit 1.2.3-korg