fix(swupdate): add libgcc as a dependency to terminate swupdate correctly
also see: https://groups.google.com/g/swupdate/c/8tuMH32jlPE/m/sewp5n8-AQAJ
This commit is contained in:
parent
81cca5dde2
commit
ab82a90113
|
|
@ -48,3 +48,6 @@ do_install:append() {
|
||||||
install -m 755 ${COREOS_EFI_SECUREBOOT_KEYDIR}/swupdate.crt ${D}${libdir}/swupdate/
|
install -m 755 ${COREOS_EFI_SECUREBOOT_KEYDIR}/swupdate.crt ${D}${libdir}/swupdate/
|
||||||
echo "${MACHINE} 1.0" > ${D}${sysconfdir}/hwrevision
|
echo "${MACHINE} 1.0" > ${D}${sysconfdir}/hwrevision
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Fix: libgcc_s.so.1 must be installed for pthread_exit to work
|
||||||
|
RDEPENDS:${PN} += "libgcc"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue