From d5e3023c8f42a1842f430368504e6e80defda29a Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 20 Nov 2014 23:30:21 +0100 Subject: [PATCH 1/2] 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 --- 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 1203550e01..3077dfb30c 100644 --- a/recipes-smalltalk/smalltalk/smalltalk.inc +++ b/recipes-smalltalk/smalltalk/smalltalk.inc @@ -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'" From 626c0f32564f9f37e8a3d9d4632c2f6a9da6b886 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 21 Nov 2014 16:59:18 +0100 Subject: [PATCH 2/2] lightning: Upgrade with LDR* fixes on ARMv5te or later ISAs The code mixed the source/dest registers and violated the ISA of needing an even register as the start. Some other fixes as well. --- recipes-gnu/lightning/lightning_2.0.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-gnu/lightning/lightning_2.0.6.bb b/recipes-gnu/lightning/lightning_2.0.6.bb index 32e70de47f..a2c3619f7b 100644 --- a/recipes-gnu/lightning/lightning_2.0.6.bb +++ b/recipes-gnu/lightning/lightning_2.0.6.bb @@ -7,7 +7,7 @@ LICENSE = "LGPLv3+" LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6" SRC_URI = "git://git.sv.gnu.org/lightning.git;protocol=git" -SRCREV= "85ab988cd14233f431a9065633c0de81bca65250" +SRCREV= "2d3529ddb583f31b16ce747b7d7f68dd5849502e" S = "${WORKDIR}/git" PR = "r3"