From 85b584079faadac00b328fc512fa6cf01102a8a0 Mon Sep 17 00:00:00 2001
From: Stanislav Brabec <utx@penguin.cz>
Date: Mon, 5 Jul 2010 01:17:39 +0000
Subject: grep: Fixed xz unpack dependency.

---
 recipes/grep/grep_2.6.3.bb | 2 +-
 1 file changed, 1 insertion(+), 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 314fac430e..fd7e1c6fac 100644
--- a/recipes/grep/grep_2.6.3.bb
+++ b/recipes/grep/grep_2.6.3.bb
@@ -3,7 +3,7 @@ SECTION = "console/utils"
 DESCRIPTION = "grep GNU utility"
 PR = "r1"
 
-DEPENDS += "xz-native"
+do_unpack[depends] += "xz-native:do_populate_sysroot"
 
 SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.xz \
            file://uclibc-fix.patch"
-- 
cgit v1.2.3