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

S = "${WORKDIR}/git"
SRCREV = "e5ae7f52175411a498ed30560624d0abed0feed7"
SRC_URI = "git://git.osmocom.org/libosmo-abis.git;protocol=git"
PR = "${INC_PR}.0"

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