blob: 74a8481da69cbde6901590ea46bb926e033e8fa2 [file] [log] [blame]
Holger Hans Peter Freyther60ee4cd2011-11-11 21:26:06 +08001require ${PN}.inc
2
3S = "${WORKDIR}/git"
4SRCREV = "fe05cf5b3980bf4778a21b3d311a835b7e19a704"
5SRC_URI = "git://git.osmocom.org/libosmo-abis.git;protocol=git"
6PR = "${INC_PR}.5"
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}