grep_2.6.3.bb: DEPEND on xz-native.
authorKhem Raj <raj.khem@gmail.com>
Sat, 5 Jun 2010 20:01:31 +0000 (13:01 -0700)
committerKhem Raj <raj.khem@gmail.com>
Sat, 5 Jun 2010 20:01:31 +0000 (13:01 -0700)
* 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>
recipes/grep/grep_2.6.3.bb

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