Message ID | 20230428133233.1155096-2-tgamblin@baylibre.com |
---|---|
State | New |
Headers | show |
Series | patchtest: update to work with latest Yocto changes | expand |
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}
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(-)