osmo-iuh: Depend on libosmo-sccp and fix path for S

Also update the git revision for 3G image
This commit is contained in:
Daniel Willmann 2017-05-08 15:51:26 +02:00 committed by Daniel Willmann
parent f9e86b8f3a
commit 708c459219
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
DESCRIPTION = "OsmoHNBGW, libosmo-ranap"
DEPENDS = "libosmocore libosmo-abis libosmo-netif libasn1c"
DEPENDS = "libosmocore libosmo-abis libosmo-netif libosmo-sccp libasn1c"
HOMEPAGE = "http://osmocom.org/projects/cellular-infrastructure"
LICENSE = "AGPLv3+"
LIC_FILES_CHKSUM = "file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788"

View File

@ -4,7 +4,7 @@ PV = "0.1.0+gitr${SRCPV}"
PRINC = "0"
PR = "${INC_PR}.1"
SRCREV = "c23c4fe06c543648a7c7dc429ce50f5cf79abe3a"
SRCREV = "26531f9efc3a7366ef26e11855bc8ad46e9f8794"
SRC_URI += "git://git.osmocom.org/osmo-iuh.git;protocol=git"
S = "${WORKDIR}/git/osmo-iuh"
S = "${WORKDIR}/git"