From: Khem Raj Date: Sat, 5 Jun 2010 20:01:31 +0000 (-0700) Subject: grep_2.6.3.bb: DEPEND on xz-native. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7b683e8779783781a44e9a9a3a25516d9a93f7d;p=openembedded.git 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 --- 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"