blob: a83e502fea85fd5fd16a2ac679423acc7fb4a0ad [file] [log] [blame]
Holger Hans Peter Freytherd1d9f992012-07-09 16:30:34 +08001require ${PN}.inc
2
3S = "${WORKDIR}/git"
4SRCREV = "e5ae7f52175411a498ed30560624d0abed0feed7"
5SRC_URI = "git://git.osmocom.org/libosmo-abis.git;protocol=git"
6PR = "${INC_PR}.0"
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}