Convert to new override syntax

Use the convert-overrides.py to convert to new syntax and fixed
some additional changes manually.

Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
Naveen Saini
2021-08-02 16:18:00 +08:00
parent 80276ffd01
commit de481c4b3b
41 changed files with 86 additions and 86 deletions

View File

@@ -26,12 +26,12 @@ SRC_URI = "\
S = "${WORKDIR}/git"
do_configure_prepend () {
do_configure:prepend () {
rm -rf ${S}/gdb ${S}/libdecnumber ${S}/readline ${S}/sim
}
CONFIG_SHELL = "/bin/bash"
sysroot_stage_all_append() {
sysroot_stage_all:append() {
sysroot_stage_dir ${D}${exec_prefix}/extlib ${SYSROOT_DESTDIR}${exec_prefix}/extlib
}