summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/hdcp
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2020-04-24 13:38:37 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-04-27 16:26:43 +0800
commit3f99053c646f02ccd9a005f489bde89c41b88b95 (patch)
treed27003e01161f8237441a669d504bbc19b308425 /recipes-graphics/hdcp
parentb7c987b5fc872ea49828c6f7941e631d172286a3 (diff)
downloadmeta-intel-3f99053c646f02ccd9a005f489bde89c41b88b95.tar.gz
layer.conf: allow to build with zeus
Class 'distro_features_check' has moved to 'features_check', which does not allow dunfell and latest releases to build against zeus release. Inherit class based on LAYERSERIES_CORENAMES. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-graphics/hdcp')
-rw-r--r--recipes-graphics/hdcp/hdcp_19.4.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/hdcp/hdcp_19.4.0.bb b/recipes-graphics/hdcp/hdcp_19.4.0.bb
index d4834f5e..77825184 100644
--- a/recipes-graphics/hdcp/hdcp_19.4.0.bb
+++ b/recipes-graphics/hdcp/hdcp_19.4.0.bb
@@ -7,7 +7,7 @@ LICENSE = "BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://LICENSE.md;md5=c50969be4feb8b99c6baa3795ede4dce" 7LIC_FILES_CHKSUM = "file://LICENSE.md;md5=c50969be4feb8b99c6baa3795ede4dce"
8SECTION = "lib" 8SECTION = "lib"
9 9
10inherit pkgconfig cmake useradd systemd features_check 10inherit pkgconfig cmake useradd systemd ${COMPAT_DISTRO_FEATURE_CHECK}
11 11
12SRC_URI = "git://github.com/intel/hdcp.git \ 12SRC_URI = "git://github.com/intel/hdcp.git \
13 file://0001-main-fix-hdcpd-service-failure.patch \ 13 file://0001-main-fix-hdcpd-service-failure.patch \