diff mbox series

[meta-arago,master/kirkstone] ti-llvm3.6: Add dependency on ncurses

Message ID 20230705163414.12274-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/kirkstone] ti-llvm3.6: Add dependency on ncurses | expand

Commit Message

Ryan Eatmon July 5, 2023, 4:34 p.m. UTC
After a long run of no build errors, we are suddenly seeing a build
error on this package related to the llvm-config program not being able
to find libtinfo.so.5.

Signed-off-by: Julien Panis <jpanis@baylibre.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb b/meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb
index 03240e68..4b990b7f 100644
--- a/meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb
+++ b/meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb
@@ -19,7 +19,7 @@  inherit pkgconfig
 
 LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d"
 
-DEPENDS += "libxml2 groff-native"
+DEPENDS += "ncurses libxml2 groff-native"
 DEPENDS:append:class-target = " valgrind"
 
 LLVM_DIR = "ti-llvm${PV}"