diff options
author | Richard Leitner <richard.leitner@skidata.com> | 2019-04-03 10:51:15 +0200 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2019-04-03 10:51:15 +0200 |
commit | 2fc78571483465ca2fc69d6bd77632acd35e0770 (patch) | |
tree | 27101bd12b3f7a64d42f2345c873a5f9a6574ded /conf/layer.conf | |
parent | b0c74493af1415dfd3b6caf77ebc677ed4e0fdaa (diff) | |
download | meta-java-2fc78571483465ca2fc69d6bd77632acd35e0770.tar.gz |
layer.conf: Add warrior to compatible release series
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'conf/layer.conf')
-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 b03a608..90236be 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 = "thud" | 10 | LAYERSERIES_COMPAT_meta-java = "thud warrior" |
11 | 11 | ||
12 | LICENSE_PATH += "${LAYERDIR}/licenses" | 12 | LICENSE_PATH += "${LAYERDIR}/licenses" |
13 | 13 | ||