As of [1], static libs are disabled by default. But this package relies on static libs, so we need to allow for building them.
[1] https://git.openembedded.org/openembedded-core/commit/?id=03fc931bfe9ea3fa9f33553e6020cbc067b24291 Signed-off-by: Ryan Eatmon <[email protected]> --- v2: Moved the setting from the .inc into the .bb file. meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char_git.bb b/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char_git.bb index 63711a3b..50565300 100644 --- a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char_git.bb +++ b/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char_git.bb @@ -5,3 +5,5 @@ require ti-rpmsg-char.inc inherit autotools pkgconfig PR = "r0" + +DISABLE_STATIC = "" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19601): https://lists.yoctoproject.org/g/meta-ti/message/19601 Mute This Topic: https://lists.yoctoproject.org/mt/117988928/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
