blob: 1e5af416d1b30bb9a7f3f828a1c960a889553102 [file] [log] [blame]
Harald Welteccd25da2016-06-23 08:51:51 +02001require ${PN}.inc
2
3S = "${WORKDIR}/git"
4SRCREV = "882f340b6c394f581f6c32cafefa10c7b57073b9"
5SRC_URI = "git://git.osmocom.org/libosmo-sccp.git;protocol=git"
6PR = "${INC_PR}.1"
7
Holger Hans Peter Freyther26452d22017-06-02 18:33:02 +08008# we require the tests to link to the static libosmo-sigtran library to
9# access symbols not starting with osmo_*
10EXTRA_OECONF_remove = "--disable-static"
11
Harald Welteccd25da2016-06-23 08:51:51 +020012# because "${WORKDIR}/git" is not a git repo, it can't figure out the version
13do_configure_prepend() {
14 echo "${PV}" > ${S}/.tarball-version
15}