blob: 058bf9d2021c57e41be41738190e9c055758ebeb [file] [log] [blame]
Daniel Willmann02b4f532017-05-08 15:50:46 +02001require ${PN}.inc
2
3DEPENDS += " libosmo-netif lksctp-tools "
4S = "${WORKDIR}/git"
5SRCREV = "8e708d1f2da1b187f631bf08172a5194a85b1a23"
6SRC_URI = "git://git.osmocom.org/libosmo-sccp.git;protocol=git"
7PR = "${INC_PR}.1"
8
9# because "${WORKDIR}/git" is not a git repo, it can't figure out the version
10do_configure_prepend() {
11 echo "${PV}" > ${S}/.tarball-version
12}