aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb
blob: 60c5b549181d07a2143fb17dcf9505fa3775041f (plain)
1
2
3
4
5
6
7
8
9
10
11
require ${PN}.inc

S = "${WORKDIR}/git"
SRCREV = "882f340b6c394f581f6c32cafefa10c7b57073b9"
SRC_URI = "git://git.osmocom.org/libosmo-sccp.git;protocol=git"
PR = "${INC_PR}.1"

# because "${WORKDIR}/git" is not a git repo, it can't figure out the version
do_configure_prepend() {
    echo "${PV}" > ${S}/.tarball-version
}