X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-test%2Fpyagl%2Fpyagl_git.bb;h=ee01ce52f36888a07000f1eebd1ab79e7e3ccf56;hb=12ad591d3038db609db5290d8bbe809a34c743de;hp=a2dc273fb244408819e4334ab581b310de2a72e5;hpb=4c1450800aadb7dcd26819fcc14586bd572abc56;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-test/pyagl/pyagl_git.bb b/recipes-test/pyagl/pyagl_git.bb index a2dc273fb..ee01ce52f 100644 --- a/recipes-test/pyagl/pyagl_git.bb +++ b/recipes-test/pyagl/pyagl_git.bb @@ -11,11 +11,11 @@ S = "${WORKDIR}/git" inherit setuptools3 -do_install_append() { +do_install:append() { install -D -m 0755 ${S}/pyagl/scripts/pyagl ${D}${bindir}/pyagl } -RDEPENDS_${PN} += " \ +RDEPENDS:${PN} += " \ python3-asyncio \ python3-asyncssh \ python3-core \