libosmocore: Build a 0.5.3+ version and force rebuild

The behavior of the OSMO_MIN/OSMO_MAX has been fixed. Update
the library and force the rebuild.
This commit is contained in:
Holger Hans Peter Freyther 2012-08-15 17:09:28 +02:00
parent 8479f83f39
commit f88c9a6fbd
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "aa5d0e88944fe3258260aedfbce9101301e35b44"
SRCREV = "08b286277b1d1c16ce3a615c5de07cefcbd6acf6"
SRC_URI = "git://git.osmocom.org/libosmocore.git;protocol=git"
PV = "0.5.2+gitr${SRCPV}"
PV = "0.5.3+gitr${SRCPV}"
PR = "0"