diff options
author | AJ Bagwell <anthony.bagwell@hivehome.com> | 2021-08-09 14:17:40 +0100 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2021-08-11 07:19:46 +0200 |
commit | 147677c986b60b3cf1457088c51e317b4120946d (patch) | |
tree | 280df727b1d63d331389ee5da1d59b96c51d2bc2 | |
parent | a1eb2b9788ed48508bbe87acf0fd9269aa3585f4 (diff) | |
download | meta-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.conf | 2 |
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" | |||
7 | BBFILE_COLLECTIONS += "meta-java" | 7 | BBFILE_COLLECTIONS += "meta-java" |
8 | BBFILE_PATTERN_meta-java := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_meta-java := "^${LAYERDIR}/" |
9 | BBFILE_PRIORITY_meta-java = "10" | 9 | BBFILE_PRIORITY_meta-java = "10" |
10 | LAYERSERIES_COMPAT_meta-java = "dunfell gatesgarth hardknott" | 10 | LAYERSERIES_COMPAT_meta-java = "dunfell gatesgarth hardknott honister" |
11 | LAYERDEPENDS_meta-java += "openembedded-layer" | 11 | LAYERDEPENDS_meta-java += "openembedded-layer" |
12 | 12 | ||
13 | LICENSE_PATH += "${LAYERDIR}/licenses" | 13 | LICENSE_PATH += "${LAYERDIR}/licenses" |