X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-test%2Fpyagl%2Fpyagl_git.bb;h=ee01ce52f36888a07000f1eebd1ab79e7e3ccf56;hb=12ad591d3038db609db5290d8bbe809a34c743de;hp=821a1de7a235dedf499133768ffcdeb381b5825f;hpb=41591d4f8c586aa801220fac0924556f406c58bd;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-test/pyagl/pyagl_git.bb b/recipes-test/pyagl/pyagl_git.bb index 821a1de7a..ee01ce52f 100644 --- a/recipes-test/pyagl/pyagl_git.bb +++ b/recipes-test/pyagl/pyagl_git.bb @@ -4,18 +4,18 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/pyagl;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "dcc2f91e5ab3b70202e78ec7164a8e9d7501d70c" +SRCREV = "137a32d3b0068e2141ed9aab23d8a8956c0cb094" PV = "${AGL_BRANCH}+git${SRCPV}" 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 \