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] 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"