X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-test%2Fpyagl%2Fpyagl_git.bb;h=ee01ce52f36888a07000f1eebd1ab79e7e3ccf56;hb=refs%2Ftags%2F12.1.2;hp=04a200f2a34e44490f310c921b902af434344c00;hpb=4d9e90da2cd8d2b579aa75d2845afce19c3f4da0;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-test/pyagl/pyagl_git.bb b/recipes-test/pyagl/pyagl_git.bb index 04a200f2a..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 = "003ccc0db802f97349451b3f291188d8518e5232" +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 \