diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-19 17:32:30 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-19 17:59:44 +0100 |
commit | c0091f84071efb2dc120b05c79b32ecb6ec0e38a (patch) | |
tree | 1908816aca94d250dcf061e87ce5821981469444 /conf | |
parent | 33befe8fc63274efd170deeb0b69b093ca6b6afd (diff) | |
download | meta-gplv2-c0091f84071efb2dc120b05c79b32ecb6ec0e38a.tar.gz |
layer.conf: Set elfutils version correctly
We need to set PREFERRED_VERSION for elfutils or the wrong one will be used.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/layer.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 3abe6b5..b0915d4 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -18,5 +18,6 @@ LAYERSERIES_COMPAT_gplv2 = "honister" | |||
18 | 18 | ||
19 | LICENSE_PATH += "${LAYERDIR}/licenses" | 19 | LICENSE_PATH += "${LAYERDIR}/licenses" |
20 | 20 | ||
21 | PREFERRED_VERSION_elfutils = "${@['', '0.148']['GPLV3' in (d.getVar('INCOMPATIBLE_LICENSE') or '').upper()]}" | ||
21 | PREFERRED_VERSION_shared-mime-info = "${@['', '1.10']['GPLV3' in (d.getVar('INCOMPATIBLE_LICENSE') or '').upper()]}" | 22 | PREFERRED_VERSION_shared-mime-info = "${@['', '1.10']['GPLV3' in (d.getVar('INCOMPATIBLE_LICENSE') or '').upper()]}" |
22 | PREFERRED_VERSION_shared-mime-info-native = "${@['', '1.10']['GPLV3' in (d.getVar('INCOMPATIBLE_LICENSE') or '').upper()]}" | 23 | PREFERRED_VERSION_shared-mime-info-native = "${@['', '1.10']['GPLV3' in (d.getVar('INCOMPATIBLE_LICENSE') or '').upper()]}" |