meta-digi/meta-digi-dey/recipes-support
Javier Viguera e2bbc06fea swupdate: fix non-parallel build
Building swupdate with '-j1' fails with:

swupdate$ make -j1
scripts/kconfig/conf  --silentoldconfig Kconfig
  CC      ipc/network_ipc.o
  CC      ipc/network_ipc-if.o
  CC      ipc/progress_ipc.o
  LD      ipc/built-in.o
  LD      libswupdate.so.0.1
Failed:
aarch64-dey-linux/11.3.0/ld: cannot find ipc-static/lib.a: No such file or directory
collect2: error: ld returned 1 exit status

That's due to trying to link a static library that has not been compiled
yet. That dependence seems spurious and we added it in a patch, so
remove it to fix non-parallel builds.

https://onedigi.atlassian.net/browse/DEL-8445

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
2023-08-04 13:10:56 +02:00
..
curl kirkstone migration: general update to the new override syntax 2022-06-20 11:39:57 +02:00
dnsmasq kirkstone migration: general update to the new override syntax 2022-06-20 11:39:57 +02:00
freerdp kirkstone migration: update freerdp package 2022-06-21 16:49:56 +02:00
libical libical: remove icu package from ccmp1 where storage is scarce 2023-01-24 09:27:39 +01:00
libsoc libsoc: remove dependency of Digi clone repo 2023-02-02 09:29:02 +01:00
lvm2 kirkstone migration: general update to the new override syntax 2022-06-20 11:39:57 +02:00
swupdate swupdate: fix non-parallel build 2023-08-04 13:10:56 +02:00