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
This commit is contained in:
Holger Hans Peter Freyther 2014-11-20 23:30:21 +01:00
parent 73bf175225
commit d5e3023c8f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ LICENSE = "GPLv2+"
INC_PR = "12"
DEPENDS = "smalltalk-native gnutls readline libsigsegv libtool libffi zip-native expat libsqlite3"
DEPENDS = "smalltalk-native gnutls readline libsigsegv libtool libffi zip-native expat sqlite3"
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'"