diff mbox series

[patchtest,1/7] python3-pylint: update to use new override syntax

Message ID 20230428133233.1155096-2-tgamblin@baylibre.com
State New
Headers show
Series patchtest: update to work with latest Yocto changes | expand

Commit Message

Trevor Gamblin April 28, 2023, 1:32 p.m. UTC
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
---
 meta-patchtest/recipes-devtools/python/python3-pylint_1.6.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-patchtest/recipes-devtools/python/python3-pylint_1.6.5.bb b/meta-patchtest/recipes-devtools/python/python3-pylint_1.6.5.bb
index 269983b..0bb9e3f 100644
--- a/meta-patchtest/recipes-devtools/python/python3-pylint_1.6.5.bb
+++ b/meta-patchtest/recipes-devtools/python/python3-pylint_1.6.5.bb
@@ -22,7 +22,7 @@  RDEPENDS_${PN} += "${PYTHON_PN}-astroid \
                    ${PYTHON_PN}-netserver \
                   "
 
-do_install_append(){
+do_install:append(){
     rm ${D}${bindir}/pylint
     cat >> ${D}${bindir}/pylint <<EOF
 #!/usr/bin/env ${PYTHON_PN}