]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
image.bbclass: remove depmodwrapper-cross from DEPENDS
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 27 Oct 2017 02:45:26 +0000 (10:45 +0800)
committerRobert Yang <liezhi.yang@windriver.com>
Wed, 22 Nov 2017 03:02:15 +0000 (11:02 +0800)
Kernel depends on it, so no need add it in image.bbclass.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/classes/image.bbclass

index d93de02b7598690310b796da65cc1bc561917c3c..3e98140f46dbc60caea6a9a8eaedad61558ff06d 100644 (file)
@@ -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}"