From 259a8a81e4e1c4b35480d77980ba5177e762ba97 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 31 Mar 2017 13:02:10 +0200 Subject: [PATCH 1/2] smalltalk: Require zip/unzip from the host checking for zip... no | checking for timeout... env | configure: error: Please install InfoZIP to use GNU Smalltalk. --- recipes-smalltalk/smalltalk/smalltalk.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-smalltalk/smalltalk/smalltalk.inc b/recipes-smalltalk/smalltalk/smalltalk.inc index 3077dfb30c..1c5c013c86 100644 --- a/recipes-smalltalk/smalltalk/smalltalk.inc +++ b/recipes-smalltalk/smalltalk/smalltalk.inc @@ -4,8 +4,8 @@ LICENSE = "GPLv2+" INC_PR = "12" -DEPENDS = "smalltalk-native gnutls readline libsigsegv libtool libffi zip-native expat sqlite3" -DEPENDS_virtclass-native = "gnutls-native libffi-native libsigsegv-native" +DEPENDS = "smalltalk-native gnutls readline libsigsegv libtool libffi zip-native expat sqlite3 zip-native" +DEPENDS_virtclass-native = "gnutls-native libffi-native libsigsegv-native zip-native" EXTRA_OECONF = "--disable-static --disable-gtk --without-x --without-opengl --with-tcl=/bin/false --with-tk=/bin/false --without-emacs gst_cv_libc_dlopen_works=hacked gst_cv_readline_libs='-lreadline'" PACKAGES =+ "${PN}-digest ${PN}-expat ${PN}-iconv ${PN}-i18n ${PN}-gdbm ${PN}-sdl \ From 1327e40a0cc7dc8b4f56873034bdc3889fae6cb8 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 31 Mar 2017 13:41:02 +0200 Subject: [PATCH 2/2] smalltalk-native: Require readline-native for the build as well --- recipes-smalltalk/smalltalk/smalltalk.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-smalltalk/smalltalk/smalltalk.inc b/recipes-smalltalk/smalltalk/smalltalk.inc index 1c5c013c86..bce708582f 100644 --- a/recipes-smalltalk/smalltalk/smalltalk.inc +++ b/recipes-smalltalk/smalltalk/smalltalk.inc @@ -5,7 +5,7 @@ LICENSE = "GPLv2+" INC_PR = "12" DEPENDS = "smalltalk-native gnutls readline libsigsegv libtool libffi zip-native expat sqlite3 zip-native" -DEPENDS_virtclass-native = "gnutls-native libffi-native libsigsegv-native zip-native" +DEPENDS_virtclass-native = "gnutls-native libffi-native libsigsegv-native zip-native readline-native" EXTRA_OECONF = "--disable-static --disable-gtk --without-x --without-opengl --with-tcl=/bin/false --with-tk=/bin/false --without-emacs gst_cv_libc_dlopen_works=hacked gst_cv_readline_libs='-lreadline'" PACKAGES =+ "${PN}-digest ${PN}-expat ${PN}-iconv ${PN}-i18n ${PN}-gdbm ${PN}-sdl \