X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-connectivity%2Fkuksa-val%2Fkuksa-val_git.bb;h=04f6f4f646a63d1ab5465a89f3451227981248b0;hb=15c67927eb7d4e23935e25ea26acb6755f842436;hp=48cda1081c0b92b6cd5c18cb1e9fd3f0df8929da;hpb=be178a5a167547dc6505cd8750cc8d63e4d064e5;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-connectivity/kuksa-val/kuksa-val_git.bb b/recipes-connectivity/kuksa-val/kuksa-val_git.bb index 48cda1081..04f6f4f64 100644 --- a/recipes-connectivity/kuksa-val/kuksa-val_git.bb +++ b/recipes-connectivity/kuksa-val/kuksa-val_git.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=2b42edef8fa55315f34f2370b4715ca9 \ file://3rd-party-libs/turtle/LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c \ file://3rd-party-libs/jwt-cpp/LICENSE;md5=8325a5ce4414c65ffdda392e0d96a9ff" -DEPENDS = "boost openssl mosquitto nss protobuf-native grpc-native grpc" +DEPENDS = "boost openssl mosquitto protobuf-native grpc-native grpc" require kuksa-val.inc @@ -77,11 +77,6 @@ do_install:append() { chgrp 900 ${D}${sysconfdir}/kuksa-val/Server.pem } -pkg_postinst_ontarget:${PN}-client-certificates () { - certutil -A -d /home/agl-driver/.pki/nssdb -n "KuksaRootCA" -t "pC,," -i ${sysconfdir}/kuksa-val/CA.pem - chown agl-driver:agl-driver -R /home/agl-driver/ -} - # Put client certificates into their own package so we can avoid # duplicates of them for e.g. cluster clients. Longer term this # will need to be revisited. @@ -95,4 +90,4 @@ FILES:${PN}-client-certificates = " \ FILES:${PN} += "${systemd_system_unitdir} ${datadir}" -RDEPENDS:${PN} += "${PN}-client-certificates nss-agl-driver-db" +RDEPENDS:${PN} += "${PN}-client-certificates"