libosmo-sccp: Add git recipe for 3G image

Depend on libosmo-netif and lksctp-tools
This commit is contained in:
Daniel Willmann 2017-05-08 15:50:46 +02:00 committed by Daniel Willmann
parent 43f52bac00
commit 02b4f53215
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
require ${PN}.inc
DEPENDS += " libosmo-netif lksctp-tools "
S = "${WORKDIR}/git"
SRCREV = "8e708d1f2da1b187f631bf08172a5194a85b1a23"
SRC_URI = "git://git.osmocom.org/libosmo-sccp.git;protocol=git"
PR = "${INC_PR}.1"
# because "${WORKDIR}/git" is not a git repo, it can't figure out the version
do_configure_prepend() {
echo "${PV}" > ${S}/.tarball-version
}