diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-17 17:37:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-17 17:37:57 +0100 |
commit | 73a8f9df9f4b5e0d87605962c3bd8dcbaef28aea (patch) | |
tree | 5398657c7962209bfa99472b0002fe34b95afb71 /conf | |
parent | ec80d2cac67a952b06ed27fbd4d71f17641e9a7c (diff) | |
download | meta-gplv2-73a8f9df9f4b5e0d87605962c3bd8dcbaef28aea.tar.gz |
layer.conf: Remove mc from packagegroup-core-full-cmdline-utils
mc is no longer in the gplv2 layer, remove it as a dependency from the packagegroup
we test build to avoid validation errors.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index f5601bb..5c373a8 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -13,3 +13,5 @@ BBFILE_PRIORITY_gplv2 = "1" | |||
13 | LAYERVERSION_gplv2 = "1" | 13 | LAYERVERSION_gplv2 = "1" |
14 | 14 | ||
15 | LAYERDEPENDS_gplv2 = "core" | 15 | LAYERDEPENDS_gplv2 = "core" |
16 | |||
17 | RDEPENDS_packagegroup-core-full-cmdline-utils_remove_pn-packagegroup-core-full-cmdline = "mc mc-fish mc-helpers mc-helpers-perl" | ||