diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-06-05 13:01:31 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-06-05 13:01:31 -0700 |
commit | e7b683e8779783781a44e9a9a3a25516d9a93f7d (patch) | |
tree | c5601513efff6d72da07269e50fac78dfd42afa0 /recipes/grep/grep_2.6.3.bb | |
parent | 30d12388795bff1d20c47e1229a7efeb4ea25c2f (diff) |
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 <raj.khem@gmail.com>
Diffstat (limited to 'recipes/grep/grep_2.6.3.bb')
-rw-r--r-- | recipes/grep/grep_2.6.3.bb | 4 |
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" |