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.
This commit is contained in:
Holger Hans Peter Freyther 2013-08-30 18:02:16 +02:00
parent ebb83ef4e0
commit 11897ce530
2 changed files with 5 additions and 2 deletions

View File

@ -11,3 +11,6 @@ SRC_URI[sha256sum] = "8460a4a3dd4954c3d96d7a4f5dd5bc4d9b76f5754196aa245287553b26
PR = "r1"
inherit autotools
BBCLASSEXTEND = "native"

View File

@ -4,8 +4,8 @@ LICENSE = "GPLv2+"
INC_PR = "11"
DEPENDS = "smalltalk-native gnutls readline libsigsegv libtool libffi"
DEPENDS_virtclass-native = "gnutls-native libffi-native"
DEPENDS = "smalltalk-native gnutls readline libsigsegv libtool libffi zip-native"
DEPENDS_virtclass-native = "gnutls-native libffi-native libsigsegv-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 \