summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-11-25 13:34:32 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-11-25 13:35:05 +0000
commit755a6af15bf0d01a107414ddcc05543227bab0a7 (patch)
tree7116b6daf648e324f4b2cde8feb13a39395760b2
parent00b2913ab519ade394bceecd11edeebe86ad004d (diff)
downloadmeta-cloud-services-755a6af15bf0d01a107414ddcc05543227bab0a7.tar.gz
meta-openstack: remove BB_DANGLINGAPPENDS_WARNONLY
bitbake cooker commit fca9c9e3cb6f8e9f99bf51dc5e8a8d83f4c84c69 removes support for BB_DANGLINGAPPENDS_WARNONLY and makes it an error to be set. So we drop it from our layer configuration. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/conf/layer.conf2
-rw-r--r--recipes-connectivity/serf/hashicorp-serf_0.9.4.bb (renamed from recipes-connectivity/serf/hashicorp-serf_0.8.5.bb)0
2 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf
index 6774aec..eb1a543 100644
--- a/meta-openstack/conf/layer.conf
+++ b/meta-openstack/conf/layer.conf
@@ -8,7 +8,6 @@ BBFILE_COLLECTIONS += "openstack-layer"
8BBFILE_PATTERN_openstack-layer := "^${LAYERDIR}/" 8BBFILE_PATTERN_openstack-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_openstack-layer = "5" 9BBFILE_PRIORITY_openstack-layer = "5"
10LAYERSERIES_COMPAT_openstack-layer = "styhead" 10LAYERSERIES_COMPAT_openstack-layer = "styhead"
11BB_DANGLINGAPPENDS_WARNONLY ?= "true"
12 11
13LAYERDEPENDS_openstack-layer = " \ 12LAYERDEPENDS_openstack-layer = " \
14 core \ 13 core \
@@ -19,6 +18,7 @@ LAYERDEPENDS_openstack-layer = " \
19 webserver \ 18 webserver \
20 meta-python \ 19 meta-python \
21 virtualization-layer \ 20 virtualization-layer \
21 erlang-layer \
22 " 22 "
23 23
24# pre 0.4.0 greenlet versions segfault python 24# pre 0.4.0 greenlet versions segfault python
diff --git a/recipes-connectivity/serf/hashicorp-serf_0.8.5.bb b/recipes-connectivity/serf/hashicorp-serf_0.9.4.bb
index 8318400..8318400 100644
--- a/recipes-connectivity/serf/hashicorp-serf_0.8.5.bb
+++ b/recipes-connectivity/serf/hashicorp-serf_0.9.4.bb