summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAJ Bagwell <anthony.bagwell@hivehome.com>2021-08-09 14:17:40 +0100
committerRichard Leitner <richard.leitner@skidata.com>2021-08-11 07:19:46 +0200
commit147677c986b60b3cf1457088c51e317b4120946d (patch)
tree280df727b1d63d331389ee5da1d59b96c51d2bc2
parenta1eb2b9788ed48508bbe87acf0fd9269aa3585f4 (diff)
downloadmeta-java-147677c986b60b3cf1457088c51e317b4120946d.tar.gz
layer.conf: Update to new honister release name
Signed-off-by: AJ Bagwell <anthony.bagwell@hivehome.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 7ef116d..7791178 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
7BBFILE_COLLECTIONS += "meta-java" 7BBFILE_COLLECTIONS += "meta-java"
8BBFILE_PATTERN_meta-java := "^${LAYERDIR}/" 8BBFILE_PATTERN_meta-java := "^${LAYERDIR}/"
9BBFILE_PRIORITY_meta-java = "10" 9BBFILE_PRIORITY_meta-java = "10"
10LAYERSERIES_COMPAT_meta-java = "dunfell gatesgarth hardknott" 10LAYERSERIES_COMPAT_meta-java = "dunfell gatesgarth hardknott honister"
11LAYERDEPENDS_meta-java += "openembedded-layer" 11LAYERDEPENDS_meta-java += "openembedded-layer"
12 12
13LICENSE_PATH += "${LAYERDIR}/licenses" 13LICENSE_PATH += "${LAYERDIR}/licenses"