diff options
author | Martin Kelly <mkelly@xevo.com> | 2018-02-12 12:48:44 -0800 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-02-20 23:49:40 +0000 |
commit | 85392a4da4cc5a62660c2d93a1e6a7f09ee37f0a (patch) | |
tree | 99217c7218223f4a5badde3b4541f9ded91beb35 | |
parent | ab2a235d094b29ad4e68f1dd0586aa2c14e39f74 (diff) |
agl-demo: remove hardcoded meta-gplv2 layer
GPLv2/GPLv3 logic is now handled via the agl-gplv2 feature, so stop
always adding meta-gplv2 for the agl-demo feature. agl-demo will need to
work with both GPLv2 and GPLv3 recipes, as different users will have
different requirements with regard to GPL versioning.
Depends-On: I62d7f2daa58b0690b5b27740257bd15097fcee5c
Change-Id: I2a4119f856ba78b2e718044d8095ed168a70f47f
Signed-off-by: Martin Kelly <mkelly@xevo.com>
-rw-r--r-- | templates/feature/agl-demo/50_bblayers.conf.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/feature/agl-demo/50_bblayers.conf.inc b/templates/feature/agl-demo/50_bblayers.conf.inc index a51154d45..07c20d3aa 100644 --- a/templates/feature/agl-demo/50_bblayers.conf.inc +++ b/templates/feature/agl-demo/50_bblayers.conf.inc @@ -8,6 +8,5 @@ BBLAYERS =+ " \ #------------------------------------------------- BBLAYERS =+ " \ ${METADIR}/meta-qt5 \ - ${METADIR}/meta-gplv2 \ " |