From 67ac92dab80a19bb7bc77c59e5839d98329cc853 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Fri, 27 Oct 2017 10:45:26 +0800 Subject: [PATCH] image.bbclass: remove depmodwrapper-cross from DEPENDS Kernel depends on it, so no need add it in image.bbclass. Signed-off-by: Robert Yang --- meta/classes/image.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index d93de02b759..3e98140f46d 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass @@ -11,7 +11,7 @@ POPULATE_SDK_POST_TARGET_COMMAND += "rootfs_sysroot_relativelinks; " LICENSE ?= "MIT" PACKAGES = "" -DEPENDS += "${MLPREFIX}qemuwrapper-cross depmodwrapper-cross" +DEPENDS += "${MLPREFIX}qemuwrapper-cross" RDEPENDS += "${PACKAGE_INSTALL} ${LINGUAS_INSTALL}" RRECOMMENDS += "${PACKAGE_INSTALL_ATTEMPTONLY}" -- 2.47.2