X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-apis%2Fagl-service-can-high-level-viwi%2Fagl-service-can-high-level-viwi.bb;fp=recipes-apis%2Fagl-service-can-high-level-viwi%2Fagl-service-can-high-level-viwi.bb;h=7cc58dd7ce441451715d356ddb98f4c1bd734f67;hb=de25e427e35fe5c9a6eb76c5db18cc6a63907866;hp=0000000000000000000000000000000000000000;hpb=a6eebb7afd9da6bd12cda1a71cd207301252e914;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-apis/agl-service-can-high-level-viwi/agl-service-can-high-level-viwi.bb b/recipes-apis/agl-service-can-high-level-viwi/agl-service-can-high-level-viwi.bb new file mode 100644 index 000000000..7cc58dd7c --- /dev/null +++ b/recipes-apis/agl-service-can-high-level-viwi/agl-service-can-high-level-viwi.bb @@ -0,0 +1,19 @@ +SUMMARY = "High level ViWi service" +DESCRIPTION = "AGL High Level service using ViWi protocol to expose CAN API." +HOMEPAGE = "https://git.automotivelinux.org/apps/agl-service-can-high-level-viwi/" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=5de84541278ea4e62cacfdc0f890c459" + +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-can-high-level-viwi;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "${AGL_APP_REVISION}" + +PV = "4.0+git${SRCPV}" +S = "${WORKDIR}/git" + +# Run-time dependencies +RDEPENDS_${PN} += "agl-service-can-low-level" + +inherit cmake aglwgt + +AGLWGT_AUTOINSTALL_${PN} := "0"