From: Romain Forlot Date: Fri, 7 Jul 2017 17:07:32 +0000 (+0000) Subject: Integration of low-level-can-service apps X-Git-Tag: dab_3.99.3~24 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=b439a3dbdb6d7bd9e5c092491204cd41fe3b3517;p=AGL%2Fmeta-agl.git Integration of low-level-can-service apps Make aglwgt class use autobuild script if 'make package' did not succeed to keep retrocompatibility. Added recipe to build and install low-level-can-service by Bitbake Bug-AGL: SPEC-428 Change-Id: I21e3b2e7c6f9d64b71f01745bff10f9233bcf6a9 Signed-off-by: Romain Forlot Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10159 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- diff --git a/meta-app-framework/recipes-apps/low-level-can-service/low-level-can-service_git.bb b/meta-app-framework/recipes-apps/low-level-can-service/low-level-can-service_git.bb new file mode 100644 index 000000000..77ad0ebf4 --- /dev/null +++ b/meta-app-framework/recipes-apps/low-level-can-service/low-level-can-service_git.bb @@ -0,0 +1,16 @@ +SUMMARY = "Low level CAN service" +DESCRIPTION = "AGL Service application for read and decode CAN messages" +HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/low-level-can-service" +SECTION = "apps" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" + +SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/low-level-can-service;protocol=https" +SRCREV = "308f83956a9900eabe9daa8b27502ec307ff6147" + +PV = "4.0+git${SRCPV}" +S = "${WORKDIR}/git" + +inherit cmake aglwgt pkgconfig +