diff --git a/meta-oniro-staging/recipes-core/base-files/base-files_%.bbappend b/meta-oniro-staging/recipes-core/base-files/base-files_%.bbappend
index f3342bf258ef113cca5145788a22a5e455b76900..5296493c67a977991747e7c2c98659c9a365a8e9 100644
--- a/meta-oniro-staging/recipes-core/base-files/base-files_%.bbappend
+++ b/meta-oniro-staging/recipes-core/base-files/base-files_%.bbappend
@@ -1,8 +1,8 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
 
-SRC_URI_append = "file://profile.d/tmout.sh"
+SRC_URI:append = "file://profile.d/tmout.sh"
 
-do_install_append () {
+do_install:append () {
     sed -i 's/umask.*/umask 027/g' ${D}/${sysconfdir}/profile
     install -d ${WORKDIR}/profile.d/ ${D}${sysconfdir}/profile.d/
     install -m 0644 ${WORKDIR}/profile.d/tmout.sh ${D}${sysconfdir}/profile.d/tmout.sh