summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/hdcp/hdcp_19.4.0.bb
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-24 14:14:16 +0800
commit0961650cf7904993875f7b180710d960d40eddd4 (patch)
tree78c8822a0c57678919092abd1129e808f0c8ca7a /recipes-graphics/hdcp/hdcp_19.4.0.bb
parentc641b6483297c6377c6b4fd9a9684c3b8dd694ea (diff)
downloadmeta-intel-0961650cf7904993875f7b180710d960d40eddd4.tar.gz
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/hdcp_19.4.0.bb')
-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 \