From 59f7705056985aaa579598aa0e4f3608b6ec02bb Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 25 Sep 2014 20:38:49 +0200 Subject: [PATCH 1/2] smalltalk: Make it compile with srcdir!=builddir Don't use S but use the build directory to patch the generated makefile. --- 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 345a74b1e5..894fe4c8be 100644 --- a/recipes-smalltalk/smalltalk/smalltalk.inc +++ b/recipes-smalltalk/smalltalk/smalltalk.inc @@ -63,7 +63,7 @@ do_configure() { do_configure_virtclass-native() { autotools_do_configure - sed -i -e 's/^module_DATA.*$//' ${S}/Makefile + sed -i -e 's/^module_DATA.*$//' ${B}/Makefile } do_install_append() { From e00e9ba06cecbc83fc1c959ac1baad03ef58fa0a Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 10 Aug 2014 01:04:28 +0200 Subject: [PATCH 2/2] osmo-st-sip: This requires digest for authentication handling --- recipes-smalltalk/osmocom/osmo-st-sip_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-smalltalk/osmocom/osmo-st-sip_git.bb b/recipes-smalltalk/osmocom/osmo-st-sip_git.bb index 2d96d39973..437ddd9216 100644 --- a/recipes-smalltalk/osmocom/osmo-st-sip_git.bb +++ b/recipes-smalltalk/osmocom/osmo-st-sip_git.bb @@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 require smalltalk-package.inc -RDEPENDS_${PN} += "osmo-st-core osmo-st-logging petitparser" +RDEPENDS_${PN} += "osmo-st-core osmo-st-logging petitparser smalltalk-digest" S = "${WORKDIR}/git" SRC_URI = "git://git.osmocom.org/smalltalk/osmo-st-sip;protocol=git;branch=master" SRCREV = "88c800559736a39edc67fda0506460dcbf4976cf" PV = "0.0.1+gitr${SRCPV}" -PR = "${INC_PR}.1" +PR = "${INC_PR}.2"