blob: 2541c0d56805602d5126daa0d08eedda52b979d0 [file] [log] [blame]
Holger Hans Peter Freyther183d75b2011-12-11 23:12:26 +01001require ${PN}.inc
2
3S = "${WORKDIR}/git"
4SRCREV = "72bd4eb3b9e674d771d911e27cacb45468d51487"
5SRC_URI = "git://git.osmocom.org/libosmocore.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}