summaryrefslogtreecommitdiffstats
path: root/recipes-mac/ccs-tools
diff options
context:
space:
mode:
authorMing Liu <liu.ming50@gmail.com>2019-11-25 21:03:20 +0100
committerArmin Kuster <akuster808@gmail.com>2019-11-27 13:38:58 -0800
commitfa800e5261ac83db17c0b2ee5c88e25ff3412aa4 (patch)
tree2e988ac3a54245a2218c028c2ad3f759f1dd886c /recipes-mac/ccs-tools
parent36d656fe7244e31ba929aad566c70c21e3b552cc (diff)
downloadmeta-security-fa800e5261ac83db17c0b2ee5c88e25ff3412aa4.tar.gz
meta: inherit features_check instead of distro_features_check
distro_features_check has been deprecated in OE. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-mac/ccs-tools')
-rw-r--r--recipes-mac/ccs-tools/ccs-tools_1.8.4.bb2
1 files changed, 1 insertions, 1 deletions
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
15 15
16S = "${WORKDIR}/${PN}" 16S = "${WORKDIR}/${PN}"
17 17
18inherit distro_features_check 18inherit features_check
19 19
20do_make(){ 20do_make(){
21 oe_runmake USRLIBDIR=${libdir} all 21 oe_runmake USRLIBDIR=${libdir} all