From fa800e5261ac83db17c0b2ee5c88e25ff3412aa4 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Mon, 25 Nov 2019 21:03:20 +0100 Subject: meta: inherit features_check instead of distro_features_check distro_features_check has been deprecated in OE. Signed-off-by: Ming Liu Signed-off-by: Armin Kuster --- recipes-mac/ccs-tools/ccs-tools_1.8.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-mac') diff --git a/recipes-mac/ccs-tools/ccs-tools_1.8.4.bb b/recipes-mac/ccs-tools/ccs-tools_1.8.4.bb index 189504a..2e37c0b 100644 --- a/recipes-mac/ccs-tools/ccs-tools_1.8.4.bb +++ b/recipes-mac/ccs-tools/ccs-tools_1.8.4.bb @@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "c358b80a2ea77a9dda79dc2a056dae3acaf3a72fcb8481cfb1cd1f1674 S = "${WORKDIR}/${PN}" -inherit distro_features_check +inherit features_check do_make(){ oe_runmake USRLIBDIR=${libdir} all -- cgit v1.2.3-54-g00ecf