From: Robert Yang Date: Fri, 27 Oct 2017 02:45:26 +0000 (+0800) Subject: image.bbclass: remove depmodwrapper-cross from DEPENDS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67ac92dab80a19bb7bc77c59e5839d98329cc853;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git image.bbclass: remove depmodwrapper-cross from DEPENDS Kernel depends on it, so no need add it in image.bbclass. Signed-off-by: Robert Yang --- 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}"