grep: Fixed xz unpack dependency.
authorStanislav Brabec <utx@penguin.cz>
Mon, 5 Jul 2010 01:17:39 +0000 (01:17 +0000)
committerutx@penguin.cz <utx@penguin.cz>
Mon, 5 Jul 2010 01:17:39 +0000 (01:17 +0000)
recipes/grep/grep_2.6.3.bb

index 314fac4..fd7e1c6 100644 (file)
@@ -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"