blob: d7b84d8de2b5bed0f1cfbb9332614b0cd107d720 [file] [log] [blame]
Holger Hans Peter Freyther8479f832012-08-15 16:26:29 +02001require ${PN}.inc
2
3S = "${WORKDIR}/git"
4SRCREV = "335aedabf204ac025a79801c15c8488d35cc9981"
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}