aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-12-11 22:08:19 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-12-11 22:08:19 +0100
commitdca725b36807d524ebe8bcff9f9bb6caf63bdb36 (patch)
tree84dfc647214a1db455ab5bea0c25485a023222fc
parentf58538edcd7e452a48e683a759fe12cf7ff0ec3a (diff)
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.
-rw-r--r--conf/layer.conf1
-rw-r--r--recipes-osmocom/libosmo-abis/libosmo-abis.inc2
-rw-r--r--recipes-osmocom/libosmo-sccp/libosmo-sccp.inc2
-rw-r--r--recipes-osmocom/libosmocore/libosmocore.inc2
-rw-r--r--recipes-osmocom/openbsc/openbsc.inc2
5 files changed, 5 insertions, 4 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 8162d1a..8d40b7b 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,3 +9,4 @@ BBFILE_COLLECTIONS += "telephony"
BBFILE_PATTERN_telephony := "^${LAYERDIR}/"
BBFILE_PRIORITY_telephony = "5"
+META_TELEPHONY_OSMO_INC = "1"
diff --git a/recipes-osmocom/libosmo-abis/libosmo-abis.inc b/recipes-osmocom/libosmo-abis/libosmo-abis.inc
index 0632247..acfe526 100644
--- a/recipes-osmocom/libosmo-abis/libosmo-abis.inc
+++ b/recipes-osmocom/libosmo-abis/libosmo-abis.inc
@@ -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"
diff --git a/recipes-osmocom/libosmo-sccp/libosmo-sccp.inc b/recipes-osmocom/libosmo-sccp/libosmo-sccp.inc
index 6c9d8e2..0a8e663 100644
--- a/recipes-osmocom/libosmo-sccp/libosmo-sccp.inc
+++ b/recipes-osmocom/libosmo-sccp/libosmo-sccp.inc
@@ -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"
diff --git a/recipes-osmocom/libosmocore/libosmocore.inc b/recipes-osmocom/libosmocore/libosmocore.inc
index 16b4882..6e091ef 100644
--- a/recipes-osmocom/libosmocore/libosmocore.inc
+++ b/recipes-osmocom/libosmocore/libosmocore.inc
@@ -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"
diff --git a/recipes-osmocom/openbsc/openbsc.inc b/recipes-osmocom/openbsc/openbsc.inc
index 44b0935..4fbb14b 100644
--- a/recipes-osmocom/openbsc/openbsc.inc
+++ b/recipes-osmocom/openbsc/openbsc.inc
@@ -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 "