libosmo-abis: Add recipe for upstream version 0.1.1

This commit is contained in:
Holger Hans Peter Freyther 2012-01-16 16:13:42 +08:00
parent 8f3955af20
commit 6e64338f29
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "55467f0478e37b35cceec3051c645b8a407110bc"
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
}