diff options
author | Khem Raj <raj.khem@gmail.com> | 2014-03-14 07:47:26 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-03-15 14:49:00 +0100 |
commit | 6b27ae20be254ba88a7bf4812d5e70bb23888559 (patch) | |
tree | 73a1a57ff5aa575831b843481f824342ebadb351 /conf/layer.conf | |
parent | 1d14002dd8948c0f3a9c3bbf00b9d29ec2bbb4a9 (diff) | |
download | meta-qt5-6b27ae20be254ba88a7bf4812d5e70bb23888559.tar.gz |
licenses: Fix WARNING: qt3d: No generic license file exists for: PREVIEW.COMMERCIAL in any provider
* Provide the license text
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf/layer.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 2aee9a55..c20b08b5 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -22,3 +22,5 @@ BBFILE_PATTERN_qt5-layer := "^${LAYERDIR}/" | |||
22 | # other layers. | 22 | # other layers. |
23 | 23 | ||
24 | BBFILE_PRIORITY_qt5-layer = "7" | 24 | BBFILE_PRIORITY_qt5-layer = "7" |
25 | |||
26 | LICENSE_PATH += "${LAYERDIR}/licenses" | ||