diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2014-08-09 18:08:03 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-11 11:27:33 +0100 |
commit | 786c4459d680cf371d3dc69b60842b2d093331c3 (patch) | |
tree | 893acdc048479e7d1abcae13a2daf2698caeba7e /meta/recipes-devtools/guile/guile_2.0.11.bb | |
parent | 9e8c8c3714ac251053aaa1aa06576b5bd10287bd (diff) | |
download | poky-786c4459d680cf371d3dc69b60842b2d093331c3.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/guile/guile_2.0.11.bb')
-rw-r--r-- | meta/recipes-devtools/guile/guile_2.0.11.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/guile/guile_2.0.11.bb b/meta/recipes-devtools/guile/guile_2.0.11.bb index d19460a20d..5b1e061af1 100644 --- a/meta/recipes-devtools/guile/guile_2.0.11.bb +++ b/meta/recipes-devtools/guile/guile_2.0.11.bb | |||
@@ -31,7 +31,7 @@ SRC_URI[sha256sum] = "aed0a4a6db4e310cbdfeb3613fa6f86fddc91ef624c1e3f8937a6304c6 | |||
31 | inherit autotools gettext pkgconfig texinfo | 31 | inherit autotools gettext pkgconfig texinfo |
32 | BBCLASSEXTEND = "native" | 32 | BBCLASSEXTEND = "native" |
33 | 33 | ||
34 | DEPENDS = "libunistring bdwgc gmp libtool libffi" | 34 | DEPENDS = "libunistring bdwgc gmp libtool libffi ncurses readline" |
35 | # add guile-native only to the target recipe's DEPENDS | 35 | # add guile-native only to the target recipe's DEPENDS |
36 | DEPENDS_append_class-target = " guile-native libatomics-ops" | 36 | DEPENDS_append_class-target = " guile-native libatomics-ops" |
37 | 37 | ||