Merge commit '65238f85305f3179491e5e4be8152ea35454ac84' into dora

This commit is contained in:
Holger Hans Peter Freyther 2014-10-07 17:01:37 +02:00
commit 0cca6ebca0
8 changed files with 12 additions and 12 deletions

View File

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

View File

@ -9,4 +9,4 @@ PV = "0+gitr${SRCPV}"
S = "${WORKDIR}/git"
inherit autotools
inherit autotools pkgconfig

View File

@ -6,10 +6,10 @@ SECTION = "libs"
DEPENDS = "libxml2"
S = "${WORKDIR}/git"
SRCREV = "a18bad989696b5047fab20e579a6e5a886a4904f"
SRCREV = "84f2905c5bfed2e1f5bae52a2bb9bc771fd8b895"
SRC_URI = "git://git.osmocom.org/libsmpp34.git;protocol=git"
PV = "1.10+gitr${SRCPV}"
PR = "0"
PR = "r1"
PARALLEL_MAKE = ""

View File

@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "c9295ea2dd1f52931f8670e706a7b0d4b3ac536b"
SRCREV = "d9d1b5c19f40515cb7c660acda7265bbddbb73d6"
SRC_URI = "git://git.osmocom.org/libosmo-abis.git;protocol=git"
PV = "0.2.0+gitr${SRCPV}"
PR = "${INC_PR}.2"
PV = "0.3.0+gitr${SRCPV}"
PR = "${INC_PR}.0"

View File

@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "153f5856607b75ca76c540288cd6b4df144290ff"
SRCREV = "603f6c40d55b87f81fbd8ff1ad7b9568f3b962ff"
SRC_URI = "git://git.osmocom.org/libosmo-netif.git;protocol=git"
PV = "0.3.0+gitr${SRCPV}"
PV = "0.4.0+gitr${SRCPV}"
PR = "${INC_PR}.2"

View File

@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "276ca4b1722df573f9af7735820712bcaf32b800"
SRCREV = "96af78650d1de134ebb37ddb829508cf0bd30c51"
SRC_URI = "git://git.osmocom.org/libosmocore.git;protocol=git"
PV = "0.7.0+gitr${SRCPV}"
PR = "r2"

View File

@ -16,7 +16,7 @@ INC_PR = "r20.${META_TELEPHONY_OSMO_INC}"
EXTRA_OECONF += " --enable-nat --enable-osmo-bsc --enable-smpp --enable-mgcp-transcoding --with-g729"
inherit autotools update-rc.d
inherit autotools update-rc.d pkgconfig
# because "${WORKDIR}/git" is not a git repo, it can't figure out the version
do_configure_prepend() {

View File

@ -3,7 +3,7 @@ require ${PN}.inc
PV = "0.13.0+gitr${SRCPV}"
PR = "${INC_PR}.6"
SRCREV = "5160996d4a24fdb9faf0317c489689b5c31eebee"
SRCREV = "f8070f4793a748cad6deefeb1e38fe7f8a193293"
SRC_URI += "git://git.osmocom.org/openbsc.git;protocol=git \
file://upgrade-mncc-version.patch"