diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-02-12 12:49:16 -0500 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-02-12 12:49:16 -0500 |
commit | 51688bd58b2e2a754afc70233b4fb20e21d886cb (patch) | |
tree | 84e31f9d272d7d08018d183422ec8c560df6c955 | |
parent | 13c4bf24da80ff450a67a7bd90bb8d8405086c0e (diff) |
ltp: Add DEPENDS on zip-native to 20090131
-rw-r--r-- | packages/ltp/ltp_20090131.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/ltp/ltp_20090131.bb b/packages/ltp/ltp_20090131.bb index 0e52ae3596..73d6f76fa7 100644 --- a/packages/ltp/ltp_20090131.bb +++ b/packages/ltp/ltp_20090131.bb @@ -2,6 +2,8 @@ DESCRIPTION = "Linux Test Project" HOMEPAGE = "http://ltp.sourceforge.net" LICENSE = "GPL" SECTION = "console/utils" +DEPENDS = "zip-native" +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.tgz \ file://cross-compile.patch;patch=1 \ |