osmocom: Introduce META_TELEPHONY_OSMO_INC to easily bump version

For libosmocore updates we need a nice way to rebuild all libraries
using it. This can be done using the META_TELEPHONY_OSMO_INC variable.
This commit is contained in:
Holger Hans Peter Freyther 2011-12-11 22:08:19 +01:00
parent f58538edcd
commit dca725b368
5 changed files with 5 additions and 4 deletions

View File

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

View File

@ -4,7 +4,7 @@ DEPENDS_append_geode = "dahdi-linux"
HOMEPAGE = "http://openbsc.gnumonks.org"
LICENSE = "GPL"
INC_PR="r2"
INC_PR="r2.${META_TELEPHONY_OSMO_INC}"
LIC_FILES_CHKSUM = "file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788"

View File

@ -3,7 +3,7 @@ DEPENDS = "libosmocore"
HOMEPAGE = "http://openbsc.gnumonks.org"
LICENSE = "GPL"
INC_PR="r1"
INC_PR="r1.${META_TELEPHONY_OSMO_INC}"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"

View File

@ -2,7 +2,7 @@ DESCRITOPN = "An utility library for Open Source Mobile Communications"
HOMEPAGE = "http://openbsc.gnumonks.org"
LICENSE = "GPL"
INC_PR="r1"
INC_PR="r1.${META_TELEPHONY_OSMO_INC}"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"

View File

@ -9,7 +9,7 @@ RDEPENDS_osmo-nitb = "libdbd-sqlite3"
SRC_URI = "file://osmo-nitb.init \
file://osmo-bsc_mgcp.init \
file://osmo-bsc.init"
INC_PR = "r11"
INC_PR = "r11.${META_TELEPHONY_OSMO_INC}"
EXTRA_OECONF += " --enable-nat --enable-osmo-bsc "