From: Ioan-Adrian Ratiu Date: Sun, 4 Mar 2018 23:41:08 +0000 (+0200) Subject: diffutils: allow native & nativesdk builds X-Git-Tag: uninative-1.8~107 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=dc3829f31bcc7522e8eb457623a74655a738c0d9;p=openembedded-core.git diffutils: allow native & nativesdk builds 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 Signed-off-by: Ross Burton --- diff --git a/meta/recipes-extended/diffutils/diffutils.inc b/meta/recipes-extended/diffutils/diffutils.inc index 7c5be50fb7..c9e3130587 100644 --- a/meta/recipes-extended/diffutils/diffutils.inc +++ b/meta/recipes-extended/diffutils/diffutils.inc @@ -10,3 +10,4 @@ inherit autotools texinfo update-alternatives gettext ALTERNATIVE_${PN} = "diff cmp" ALTERNATIVE_PRIORITY = "100" +BBCLASSEXTEND = "native nativesdk"