blob: 60c5b549181d07a2143fb17dcf9505fa3775041f [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
8# because "${WORKDIR}/git" is not a git repo, it can't figure out the version
9do_configure_prepend() {
10 echo "${PV}" > ${S}/.tarball-version
11}