diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-07-28 16:44:29 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-07-28 16:44:29 -0700 |
commit | e4bd88b99adbdd70b1f4bb06b887383b8e1701f4 (patch) | |
tree | 238ec18adfbdcd1f2df694a312de39975cdab70e /recipes/grep | |
parent | 42446f681a3e70015d48cf51b0b5cb78b47930c3 (diff) |
grep: Fix the xz-native dropping patch
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/grep')
-rw-r--r-- | recipes/grep/grep_2.6.3.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/grep/grep_2.6.3.bb b/recipes/grep/grep_2.6.3.bb index fc40994e64..25c2a19d86 100644 --- a/recipes/grep/grep_2.6.3.bb +++ b/recipes/grep/grep_2.6.3.bb @@ -3,8 +3,6 @@ SECTION = "console/utils" DESCRIPTION = "grep GNU utility" PR = "r2" -do_unpack[depends] += "do_populate_sysroot" - SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.gz \ file://uclibc-fix.patch" |