mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-18 00:49:31 +02:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user