blob: 3d55f69327b90c47b6d3d43d9058aabed967442d [file] [log] [blame]
Harald Welteccd25da2016-06-23 08:51:51 +02001require ${PN}.inc
2
3S = "${WORKDIR}/git"
Pau Espin Pedrold9789902017-09-25 17:22:56 +02004SRCREV = "54fa75b85c91bb4bb79960942f63968f6423f6a5"
Harald Welteccd25da2016-06-23 08:51:51 +02005SRC_URI = "git://git.osmocom.org/libosmo-sccp.git;protocol=git"
Pau Espin Pedrold9789902017-09-25 17:22:56 +02006PR = "${INC_PR}.0"
Holger Hans Peter Freyther26452d22017-06-02 18:33:02 +08007
Holger Hans Peter Freytherd20285c2017-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}