summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorIoan-Adrian Ratiu <adi@adirat.com>2018-03-05 01:41:08 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-06 06:36:34 -0800
commitdc3829f31bcc7522e8eb457623a74655a738c0d9 (patch)
tree0342d24f7093cb21f65c1daf7e765c1eb2b64349 /meta
parent9bea8313b0dd5a6af08d15ee8634fe2ef9ee0f75 (diff)
downloadopenembedded-core-dc3829f31bcc7522e8eb457623a74655a738c0d9.tar.gz
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 <adi@adirat.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/diffutils/diffutils.inc1
1 files changed, 1 insertions, 0 deletions
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"