From c0091f84071efb2dc120b05c79b32ecb6ec0e38a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 19 Aug 2021 17:32:30 +0100 Subject: 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 --- conf/layer.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf') 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" LICENSE_PATH += "${LAYERDIR}/licenses" +PREFERRED_VERSION_elfutils = "${@['', '0.148']['GPLV3' in (d.getVar('INCOMPATIBLE_LICENSE') or '').upper()]}" PREFERRED_VERSION_shared-mime-info = "${@['', '1.10']['GPLV3' in (d.getVar('INCOMPATIBLE_LICENSE') or '').upper()]}" PREFERRED_VERSION_shared-mime-info-native = "${@['', '1.10']['GPLV3' in (d.getVar('INCOMPATIBLE_LICENSE') or '').upper()]}" -- cgit v1.2.3-54-g00ecf