diff options
author | Ioan-Adrian Ratiu <adi@adirat.com> | 2018-03-05 01:41:08 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-06 06:36:34 -0800 |
commit | dc3829f31bcc7522e8eb457623a74655a738c0d9 (patch) | |
tree | 0342d24f7093cb21f65c1daf7e765c1eb2b64349 | |
parent | 9bea8313b0dd5a6af08d15ee8634fe2ef9ee0f75 (diff) | |
download | openembedded-core-dc3829f31bcc7522e8eb457623a74655a738c0d9.tar.gz openembedded-core-dc3829f31bcc7522e8eb457623a74655a738c0d9.tar.bz2 openembedded-core-dc3829f31bcc7522e8eb457623a74655a738c0d9.zip |
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>
-rw-r--r-- | meta/recipes-extended/diffutils/diffutils.inc | 1 |
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" |