Signed-off-by: Trevor Gamblin <tgamb...@baylibre.com>
---
 .../recipes-core/initscripts/initscripts_1.0.bbappend     | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-patchtest/recipes-core/initscripts/initscripts_1.0.bbappend 
b/meta-patchtest/recipes-core/initscripts/initscripts_1.0.bbappend
index d239865..057921f 100644
--- a/meta-patchtest/recipes-core/initscripts/initscripts_1.0.bbappend
+++ b/meta-patchtest/recipes-core/initscripts/initscripts_1.0.bbappend
@@ -1,13 +1,13 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
 
-SRC_URI_append =" file://patchtest"
+SRC_URI:append =" file://patchtest"
 
 inherit useradd
 
 USERADD_PACKAGES = "${PN}"
-USERADD_PARAM_${PN} = "-u 1200 -r -m -s /bin/sh patchtest"
+USERADD_PARAM:${PN} = "-u 1200 -r -m -s /bin/sh patchtest"
 
-do_install_append () {
+do_install:append () {
        install -m 0755 ${WORKDIR}/patchtest ${D}${sysconfdir}/init.d
        update-rc.d -r ${D} patchtest start 99 3 5 .
 }
-- 
2.40.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#59811): https://lists.yoctoproject.org/g/yocto/message/59811
Mute This Topic: https://lists.yoctoproject.org/mt/98558554/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to