mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
guile: add dependency on ncurses and readline
* fixes floating dependency: guile/guile/latest lost dependency on ncurses-libncurses readline (From OE-Core rev: 39f98dd8280a17a400055ae20c48cf7b7f81e050) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9e8c8c3714
commit
786c4459d6
@@ -31,7 +31,7 @@ SRC_URI[sha256sum] = "aed0a4a6db4e310cbdfeb3613fa6f86fddc91ef624c1e3f8937a6304c6
|
||||
inherit autotools gettext pkgconfig texinfo
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
DEPENDS = "libunistring bdwgc gmp libtool libffi"
|
||||
DEPENDS = "libunistring bdwgc gmp libtool libffi ncurses readline"
|
||||
# add guile-native only to the target recipe's DEPENDS
|
||||
DEPENDS_append_class-target = " guile-native libatomics-ops"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user