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