blob: 358f1fbfc4863e5b6f3484c81885a2d1bb2f1bac [file] [log] [blame]
Holger Hans Peter Freyther6e643382012-01-16 16:13:42 +08001require ${PN}.inc
2
3S = "${WORKDIR}/git"
4SRCREV = "55467f0478e37b35cceec3051c645b8a407110bc"
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}