X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-test%2Fgcovr%2Fgcovr_git.bb;h=422f514e8e6e900823c3a9c38557426599c33678;hb=refs%2Fchanges%2F81%2F26781%2F2;hp=6da04cc533859d57788e9521833fb198594c6ef9;hpb=41591d4f8c586aa801220fac0924556f406c58bd;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-test/gcovr/gcovr_git.bb b/recipes-test/gcovr/gcovr_git.bb index 6da04cc53..422f514e8 100644 --- a/recipes-test/gcovr/gcovr_git.bb +++ b/recipes-test/gcovr/gcovr_git.bb @@ -6,14 +6,14 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=221e634a1ceafe02ef74462cbff2fb16" PV = "4.2+git${SRCPV}" -SRC_URI = "git://github.com/gcovr/gcovr.git;protocol=https" +SRC_URI = "git://github.com/gcovr/gcovr.git;protocol=https;branch=master" SRCREV = "1bc72e3bb59b9296e962b350691732ddafbd3195" S = "${WORKDIR}/git" inherit setuptools3 -RDEPENDS_${PN} += " \ +RDEPENDS:${PN} += " \ python3-compression \ python3-core \ python3-crypt \