diff options
author | Ming Liu <liu.ming50@gmail.com> | 2019-11-25 21:03:20 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-11-27 13:38:58 -0800 |
commit | fa800e5261ac83db17c0b2ee5c88e25ff3412aa4 (patch) | |
tree | 2e988ac3a54245a2218c028c2ad3f759f1dd886c /recipes-mac/ccs-tools | |
parent | 36d656fe7244e31ba929aad566c70c21e3b552cc (diff) | |
download | meta-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.bb | 2 |
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 | ||
16 | S = "${WORKDIR}/${PN}" | 16 | S = "${WORKDIR}/${PN}" |
17 | 17 | ||
18 | inherit distro_features_check | 18 | inherit features_check |
19 | 19 | ||
20 | do_make(){ | 20 | do_make(){ |
21 | oe_runmake USRLIBDIR=${libdir} all | 21 | oe_runmake USRLIBDIR=${libdir} all |