[oe-commits] Leon Woestenberg : elf2flt-cross_nios2: zlib, not libz, stupid me.

git version control git at git.openembedded.org
Thu Nov 26 17:00:40 UTC 2009


Module: openembedded.git
Branch: nios2
Commit: b845c30ee4a6c00cb68a51653830e5162a03c214
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b845c30ee4a6c00cb68a51653830e5162a03c214

Author: Leon Woestenberg <leon at sidebranch.com>
Date:   Thu Nov 26 17:52:42 2009 +0100

elf2flt-cross_nios2: zlib, not libz, stupid me.

Signed-off-by: Leon Woestenberg <leon at sidebranch.com>

---

 recipes/elf2flt/elf2flt-cross_nios2-git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/elf2flt/elf2flt-cross_nios2-git.bb b/recipes/elf2flt/elf2flt-cross_nios2-git.bb
index e3a0513..a7925cd 100644
--- a/recipes/elf2flt/elf2flt-cross_nios2-git.bb
+++ b/recipes/elf2flt/elf2flt-cross_nios2-git.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Elf2flt is a wrapper around the linker for uclinux platforms"
 PV = "0.1"
-DEPENDS = "binutils-cross libz-native"
+DEPENDS = "binutils-cross zlib-native"
 
 inherit autotools cross
 





More information about the Openembedded-commits mailing list