X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=meta-agl-profile-core%2Frecipes-test%2Fpyagl%2Fpyagl_git.bb;h=ab843065b592e228b49265502e893759198b5c11;hb=refs%2Fchanges%2F78%2F25578%2F2;hp=18c963a2ebc08d8dca9d3e79b5e12c22f90a764e;hpb=ccd5efe68fd443bc7af549375780946d2317bbdf;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-profile-core/recipes-test/pyagl/pyagl_git.bb b/meta-agl-profile-core/recipes-test/pyagl/pyagl_git.bb index 18c963a2e..ab843065b 100644 --- a/meta-agl-profile-core/recipes-test/pyagl/pyagl_git.bb +++ b/meta-agl-profile-core/recipes-test/pyagl/pyagl_git.bb @@ -4,13 +4,17 @@ 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 = "8f44a95e7626e67cda3e3a05c3fa1a9298c02809" +SRCREV = "5aed9a32ea71737709a11590d6ecc92f773f85d6" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" inherit setuptools3 +do_install_append() { + install -D -m 0755 ${S}/pyagl/scripts/pyagl ${D}${bindir}/pyagl +} + RDEPENDS_${PN} += " \ python3-asyncio \ python3-asyncssh \