meta-digi/meta-digi-dey/recipes-support
Gabriel Valcazar 73c5dc6662 swupdate: add explicit libgcc runtime dependency
In meta-openembedded commit 35d249bb9a575a5a48491052896e121266d515f0,
libconfig, one of swupdate's dependencies, was split into two packages: one for
the C library and another for the C++ one. swupdate depends only on the C
library, but the C++ library was implicitly pulling in other dependencies, such
as libgcc.

After the commit mentioned above, libgcc stopped being pulled into our recovery
image, causing the following error to appear when swupdate terminates:

libgcc_s.so.1 must be installed for pthread_cancel to work
Aborting

Even if the action carried out by swupdate is successful, our recovery script
detects this as an error and aborts the update operation. Avoid this by
explicitly adding libgcc as a runtime dependency for swupdate.

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
2022-02-23 13:37:10 +01:00
..
confuse meta-digi-dey: add confuse library recipe 2017-01-17 18:16:01 +01:00
curl curl: update base recipe version to fix compilation error 2018-05-09 09:15:46 +02:00
dnsmasq dnsmasq: remove v2.83 recipe to use the latest available version 2022-01-31 11:16:40 +01:00
freerdp freerdp: remove cups PACKAGECONFIG in sysvinit builds 2022-01-12 13:04:46 +01:00
libical hardknott: libical: sync with meta-imx hardknott-5.10.72-2.2.0 branch 2022-01-05 11:09:46 +01:00
libsoc hardknott: libsoc: sync with meta-openembedded recipe 2022-01-05 11:09:46 +01:00
lvm2 libdevmapper: Remove lvm2-udevrules from RRECOMMENDS 2019-08-01 15:30:09 +02:00
opencv hardknott: opencv: sync with meta-imx hardknott-5.10.72-2.2.0 branch 2022-01-05 11:09:46 +01:00
swupdate swupdate: add explicit libgcc runtime dependency 2022-02-23 13:37:10 +01:00