[oe-commits] Martin Jansa : guile: add dependency on ncurses and readline

git at git.openembedded.org git at git.openembedded.org
Mon Aug 11 11:07:26 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 39f98dd8280a17a400055ae20c48cf7b7f81e050
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=39f98dd8280a17a400055ae20c48cf7b7f81e050

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Sat Aug  9 18:08:03 2014 +0200

guile: add dependency on ncurses and readline

* fixes floating dependency:
  guile/guile/latest lost dependency on  ncurses-libncurses readline

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/guile/guile_2.0.11.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/guile/guile_2.0.11.bb b/meta/recipes-devtools/guile/guile_2.0.11.bb
index d19460a..5b1e061 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
 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"
 



More information about the Openembedded-commits mailing list