diff options
| author | Ryan Eatmon <reatmon@ti.com> | 2026-02-24 17:01:56 -0600 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2026-02-24 20:54:51 -0600 |
| commit | bb64ebf30459d161fe1ae57a224c5497183dcf11 (patch) | |
| tree | febdde7af0bf7fd1da1d0ee88ac976f3c90f9561 | |
| parent | f60581dc51d0d8e2ac5306ef5866421f13197c6b (diff) | |
| download | meta-ti-bb64ebf30459d161fe1ae57a224c5497183dcf11.tar.gz | |
ti-rpmsg-char: Set DISABLE_STATIC = ""
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 <reatmon@ti.com>
| -rw-r--r-- | meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
| 5 | inherit autotools pkgconfig | 5 | inherit autotools pkgconfig |
| 6 | 6 | ||
| 7 | PR = "r0" | 7 | PR = "r0" |
| 8 | |||
| 9 | DISABLE_STATIC = "" | ||
