X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-profile-core%2Frecipes-test%2Fpyagl%2Fpyagl_git.bb;h=9f9138ad6258529c4dae0a73e92008524e7fb317;hb=318055748074b44261845d1a0a72901c1f1e6cab;hp=db6f7dee4cb1ad32d3a9b93ca81faa45c789e1fd;hpb=5ca173bb20d780fde95a9b387390d7a54d4beaca;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 db6f7dee4..9f9138ad6 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 = "bc241e850fa1d2ceeb76acd9bac8733868392baa" +SRCREV = "ec6ca6b2f8c9d575d0f8bb561900c4c0c77f2266" 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 \