libosmocore: Add version 0.4.1 of libosmocore, force re-build

This commit is contained in:
Holger Hans Peter Freyther 2011-12-11 23:12:26 +01:00
parent dca725b368
commit 183d75b24d
2 changed files with 12 additions and 1 deletions

View File

@ -9,4 +9,4 @@ BBFILE_COLLECTIONS += "telephony"
BBFILE_PATTERN_telephony := "^${LAYERDIR}/"
BBFILE_PRIORITY_telephony = "5"
META_TELEPHONY_OSMO_INC = "1"
META_TELEPHONY_OSMO_INC = "3"

View File

@ -0,0 +1,11 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "72bd4eb3b9e674d771d911e27cacb45468d51487"
SRC_URI = "git://git.osmocom.org/libosmocore.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
}