From f14fb8d124926d41785673a9a6cbdce849c305f8 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 19 Feb 2017 06:57:00 -0800 Subject: depmodwrapper-cross/qemuwrapper-cross: Drop unneeded binutils dependency By default these pull in binutils-cross since they're a cross tool and pull in any native tool requirements. In reality they don't need such tools at build time or runtime since they're scripts. Therefore clear the dependency and save on some processing time. (From OE-Core rev: 63796765122e2eee2b78930797d571acb5c244d1) (From OE-Core rev: 50feffd0917b0ab408b34ded9c2f741a9c4e5b74) Signed-off-by: Richard Purdie --- meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-kernel') diff --git a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb b/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb index aa2805b035..17a99a4afb 100644 --- a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb +++ b/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb @@ -11,6 +11,8 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" SSTATE_SCAN_FILES += "depmodwrapper" EXTRA_STAGING_FIXMES = "PKGDATA_DIR" +do_populate_sysroot[depends] = "" + do_install() { install -d ${D}${bindir_crossscripts}/ -- cgit v1.2.3-54-g00ecf