libosmo-abis: Add 0.1.3 with buildsystem changes and minor bugfixes

This commit is contained in:
Holger Hans Peter Freyther 2012-07-09 16:30:34 +08:00 committed by Holger Hans Peter Freyther
parent c1625ee284
commit d1d9f99eb6
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,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
}