[oe-commits] [openembedded-core] 16/24: diffutils: allow native & nativesdk builds

git at git.openembedded.org git at git.openembedded.org
Tue Mar 6 14:40:59 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit dc3829f31bcc7522e8eb457623a74655a738c0d9
Author: Ioan-Adrian Ratiu <adi at adirat.com>
AuthorDate: Mon Mar 5 01:41:08 2018 +0200

    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 at adirat.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-extended/diffutils/diffutils.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/diffutils/diffutils.inc b/meta/recipes-extended/diffutils/diffutils.inc
index 7c5be50..c9e3130 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list