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