]> code.ossystems Code Review - openembedded-core.git/commitdiff
diffutils: allow native & nativesdk builds
authorIoan-Adrian Ratiu <adi@adirat.com>
Sun, 4 Mar 2018 23:41:08 +0000 (01:41 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Mar 2018 14:36:34 +0000 (06:36 -0800)
Required by the new dtc rdepends to avoid errors like this:

ERROR: Required build target 'ionel-rpi-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['ionel-rpi-image', 'nativesdk-packagegroup-sdk-host', 'nativesdk-qemu', 'nativesdk-dtc', 'nativesdk-diffutils']

Signed-off-by: Ioan-Adrian Ratiu <adi@adirat.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/diffutils/diffutils.inc

index 7c5be50fb7ddd1d91eba8e9896938190be8bd28c..c9e3130587ddc8717f0e62c7c142f221d35aabf5 100644 (file)
@@ -10,3 +10,4 @@ inherit autotools texinfo update-alternatives gettext
 ALTERNATIVE_${PN} = "diff cmp"
 ALTERNATIVE_PRIORITY = "100"
 
+BBCLASSEXTEND = "native nativesdk"