blob: 342c105342f711ae7a81a439e5a60c3cf02f487a [file] [log] [blame]
Holger Hans Peter Freyther60ee4cd2011-11-11 21:26:06 +08001require ${PN}.inc
2
3S = "${WORKDIR}/git"
4SRCREV = "8be06bc2885460d6a6ed7c9daa7df8ab8f02a2dc"
5SRC_URI = "git://git.osmocom.org/libosmo-sccp.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}