Commit Graph

14 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther 1327e40a0c smalltalk-native: Require readline-native for the build as well 2017-03-31 13:41:02 +02:00
Holger Hans Peter Freyther 259a8a81e4 smalltalk: Require zip/unzip from the host
checking for zip... no
| checking for timeout... env
| configure: error: Please install InfoZIP to use GNU Smalltalk.
2017-03-31 13:02:10 +02:00
Holger Hans Peter Freyther d5e3023c8f smalltalk: Fix the library name, it is sqlite3
Fixes:
ERROR: Nothing PROVIDES 'libsqlite3' (but /home/builder/jenkins/workspace/Yocto-Dora/label/OE/meta-smalltalk/recipes-smalltalk/smalltalk/smalltalk_3.2.91.1.bb DEPENDS on or otherwise requires it). Close matches:
  sqlite3
2014-11-20 23:30:21 +01:00
Holger Hans Peter Freyther a0d473e869 smalltalk: We are using sqlite3, depend on it 2014-11-19 10:27:36 +01:00
Holger Hans Peter Freyther 59f7705056 smalltalk: Make it compile with srcdir!=builddir
Don't use S but use the build directory to patch the generated
makefile.
2014-09-25 20:38:49 +02:00
Holger Hans Peter Freyther 3bf09d53b8 smalltalk: Package smalltalk-xml separately 2014-04-22 09:48:06 +02:00
Holger Hans Peter Freyther 11897ce530 smalltalk: Build a native libsigsegv and depend on zip-native
These two dependencies are required for building the native package
of GNU Smalltalk on a clean system.
2013-08-30 18:02:16 +02:00
Holger Hans Peter Freyther 8b772e5edb smalltalk: Depend on libffi/libffi-native as well 2013-05-10 22:18:04 +02:00
Holger Hans Peter Freyther 709a5684c5 smalltalk: GNU Smalltalk requires libtool for the DLD feature 2013-05-10 09:11:23 +02:00
Holger Hans Peter Freyther 9c0bc73006 smalltalk: Depend on the external libsigsegv 2013-04-25 16:31:58 +02:00
Holger Hans Peter Freyther 27391a1826 smalltalk: Enable the readline support on the cli
The detection code appears to distinguish between libedit (BSD
re-implementation of readline) and GNU readline and it does that
by executing the code.
2013-04-25 10:45:11 +02:00
Holger Hans Peter Freyther 582607011a smalltalk: Make it work with the latest Poky version
* disable dev-so for the plugin libraries
* split into more packages
2013-04-24 17:28:47 +02:00
Holger Hans Peter Freyther dd26be3587 smalltalk: Make sure that TCL/TK is disabled when building it 2013-04-24 16:02:24 +02:00
Holger Hans Peter Freyther 3e60b7a4d2 smalltalk: Build an unreleases git version as 3.2.4.99
We build a tarball as this avoids us having to deal with cross-compiling
the genvm, genprim, genbc application.
2013-01-05 18:14:29 +08:00