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 <[email protected]> Signed-off-by: Ryan Eatmon <[email protected]> --- meta-arago-extras/recipes-core/llvm/ti-llvm3.6_3.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14750): https://lists.yoctoproject.org/g/meta-arago/message/14750 Mute This Topic: https://lists.yoctoproject.org/mt/99968401/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
