From 56035c17149f5872736180db5e4d9ca2660d1f39 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Wed, 27 May 2020 09:25:07 +0300 Subject: libubootenv: Remove the DEPENDS on mtd-utils It was only used for pulling in zlib, but this is now a direct dependency. Also move the DEPENDS to a more common location in the file. (From OE-Core rev: ce5500cc07da270322b67db5001fc1476b6bf2fe) Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie (cherry picked from commit a99fd8b705be3b8c70cb0f17f60b013d989d625c) Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- meta/recipes-bsp/u-boot/libubootenv_0.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.2.bb b/meta/recipes-bsp/u-boot/libubootenv_0.2.bb index fa90a12bf8..ea29b668e8 100644 --- a/meta/recipes-bsp/u-boot/libubootenv_0.2.bb +++ b/meta/recipes-bsp/u-boot/libubootenv_0.2.bb @@ -1,5 +1,4 @@ SUMMARY = "U-Boot libraries and tools to access environment" -DEPENDS += "mtd-utils zlib" DESCRIPTION = "This package contains tools and libraries to read \ and modify U-Boot environment. \ @@ -21,6 +20,7 @@ inherit cmake lib_package EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" +DEPENDS = "zlib" PROVIDES += "u-boot-fw-utils" RPROVIDES_${PN}-bin += "u-boot-fw-utils" -- cgit v1.2.3-54-g00ecf