From: Harunobu Kurokawa Date: Thu, 4 Jul 2019 08:35:15 +0000 (+0900) Subject: agl-service-hvac: Install hvac.json into /etc X-Git-Tag: halibut_7.99.3~5 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=656b9cad0a96ff2baa76a12dea3ce298211dc4a8;p=AGL%2Fmeta-agl.git agl-service-hvac: Install hvac.json into /etc agl-service-hvac has hvac.json file to set LED and CAN_DEV parameter, however this file is not installed. v2 move to main bb recipe file. fix wrong discription from WORKDIR to {S}. Bug-AGL: SPEC-2600 Change-Id: I8c0a416b3196b67cbb131d9351a1d20cc2dfe74f Signed-off-by: Harunobu Kurokawa --- diff --git a/meta-agl-profile-core/recipes-apis/agl-service-hvac/agl-service-hvac_git.bb b/meta-agl-profile-core/recipes-apis/agl-service-hvac/agl-service-hvac_git.bb index dcd38c2a8..f5dc0814a 100644 --- a/meta-agl-profile-core/recipes-apis/agl-service-hvac/agl-service-hvac_git.bb +++ b/meta-agl-profile-core/recipes-apis/agl-service-hvac/agl-service-hvac_git.bb @@ -15,4 +15,8 @@ S = "${WORKDIR}/git" DEPENDS = "json-c" RDEPENDS_${PN} += "agl-service-identity-agent" +do_install_append () { + install -D -m 644 ${S}/hvac.json ${D}${sysconfdir}/hvac.json +} + inherit cmake aglwgt pkgconfig