1 parent a7993f7 commit 79fadaeCopy full SHA for 79fadae
1 file changed
recipes-support/swupdate/swupdate_%.bbappend
@@ -42,7 +42,6 @@ do_install:append() {
42
if [ "${SWUPDATE_SIGNING}" = "CMS" ] && [ -n "${SWUPDATE_CMS_CERT}" ]; then
43
install -d ${D}${sysconfdir}/swupdate/
44
cms_bundle="x509_swupdate.pem"
45
- : > ${D}${sysconfdir}/swupdate/${cms_bundle}
46
for cms_cert in ${SWUPDATE_CMS_CERT}; do
47
cat "${cms_cert}" >> ${D}${sysconfdir}/swupdate/${cms_bundle}
48
done
0 commit comments