summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Parker <geoffrey.parker@arthrex.com>2020-10-24 14:08:25 -0700
committerRichard Leitner <richard.leitner@skidata.com>2020-11-03 14:03:12 +0100
commit93ea0880330b8cf9ef528c58957422277166b573 (patch)
treea43dd0c3d103540f2d0bdedb3658c744ed766b79
parent9c61ac937e5c54e3ef34d41dda8f635209ac52b7 (diff)
downloadmeta-java-93ea0880330b8cf9ef528c58957422277166b573.tar.gz
layer.conf: Mark as compatible with gatesgarth
Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.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 294c319..6a98adb 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" 10LAYERSERIES_COMPAT_meta-java = "dunfell gatesgarth"
11LAYERDEPENDS_meta-java += "openembedded-layer" 11LAYERDEPENDS_meta-java += "openembedded-layer"
12 12
13LICENSE_PATH += "${LAYERDIR}/licenses" 13LICENSE_PATH += "${LAYERDIR}/licenses"