From bdc011dba9b4264fe1bf696ef86a4aa2435796be Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Mon, 5 Apr 2004 09:59:24 +0000 Subject: [PATCH] add zlib-native and let mtd-native depend on it BKrev: 40712dfcrQ8THdHqkMFXNr8TLU209Q --- mtd/mtd-native.oe | 2 +- zlib/zlib-native_1.1.4.oe | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 zlib/zlib-native_1.1.4.oe diff --git a/mtd/mtd-native.oe b/mtd/mtd-native.oe index 39cd187dc0..2fbdc49095 100644 --- a/mtd/mtd-native.oe +++ b/mtd/mtd-native.oe @@ -1,6 +1,6 @@ include mtd.oe inherit native -DEPENDS = "patcher-native" +DEPENDS = "patcher-native zlib-native" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/mtd" do_stage () { diff --git a/zlib/zlib-native_1.1.4.oe b/zlib/zlib-native_1.1.4.oe new file mode 100644 index 0000000000..e69de29bb2 -- 2.39.5