mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user