summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/hdcp
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-11-18 14:20:37 +0000
committerAnuj Mittal <anuj.mittal@intel.com>2019-11-22 11:57:57 +0800
commit62166cee76f46670e1bbfe89d0793eec65c8c7b8 (patch)
treeb18ca4fc9d3da2ff7a653ec790e80b1a2b428df1 /recipes-graphics/hdcp
parentafefffd2130c9481bd539778f959f2f08063d4b9 (diff)
downloadmeta-intel-62166cee76f46670e1bbfe89d0793eec65c8c7b8.tar.gz
recipes: use features_check instead of deprecated distro_features_check
Signed-off-by: Ross Burton <ross.burton@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.3.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/hdcp/hdcp_19.3.0.bb b/recipes-graphics/hdcp/hdcp_19.3.0.bb
index 12775f97..4c655ad6 100644
--- a/recipes-graphics/hdcp/hdcp_19.3.0.bb
+++ b/recipes-graphics/hdcp/hdcp_19.3.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 distro_features_check 10inherit pkgconfig cmake useradd systemd features_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 \