Skip to content

Commit 79fadae

Browse files
committed
swupdate: remove unecessery line
1 parent a7993f7 commit 79fadae

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

recipes-support/swupdate/swupdate_%.bbappend

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ do_install:append() {
4242
if [ "${SWUPDATE_SIGNING}" = "CMS" ] && [ -n "${SWUPDATE_CMS_CERT}" ]; then
4343
install -d ${D}${sysconfdir}/swupdate/
4444
cms_bundle="x509_swupdate.pem"
45-
: > ${D}${sysconfdir}/swupdate/${cms_bundle}
4645
for cms_cert in ${SWUPDATE_CMS_CERT}; do
4746
cat "${cms_cert}" >> ${D}${sysconfdir}/swupdate/${cms_bundle}
4847
done

0 commit comments

Comments
 (0)