u-boot.mk: always link host libraries static
authorAndre Heider <a.heider@gmail.com>
Tue, 19 Oct 2021 09:08:46 +0000 (11:08 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 24 Oct 2021 16:00:49 +0000 (18:00 +0200)
commit09465d802b8ce37ee87b6d104889059a6fa948e6
treeba09f0095e95575ec4999eed7dcc9f90072f679b
parent0e411c69a819bf3c8a122d8421d6c1c0ded33ec8
u-boot.mk: always link host libraries static

Host libraries are only build static, so let's pass --static to
pkg-config globally and remove the then unnecessary patches doing
exactly that individually.

Signed-off-by: Andre Heider <a.heider@gmail.com>
include/u-boot.mk
package/boot/uboot-mvebu/patches/210-link-libcrypto-static.patch [deleted file]
package/boot/uboot-mxs/patches/210-link-libcrypto-static.patch [deleted file]
package/boot/uboot-zynq/patches/210-link-libcrypto-static.patch [deleted file]