[oe-commits] Stanislav Brabec : grep: Fixed xz unpack dependency.

git version control git at git.openembedded.org
Mon Jul 5 02:03:11 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 85b584079faadac00b328fc512fa6cf01102a8a0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=85b584079faadac00b328fc512fa6cf01102a8a0

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Mon Jul  5 01:17:39 2010 +0000

grep: Fixed xz unpack dependency.

---

 recipes/grep/grep_2.6.3.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/grep/grep_2.6.3.bb b/recipes/grep/grep_2.6.3.bb
index 314fac4..fd7e1c6 100644
--- a/recipes/grep/grep_2.6.3.bb
+++ b/recipes/grep/grep_2.6.3.bb
@@ -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"





More information about the Openembedded-commits mailing list