From 869553074a2650cb779bd14a285b8964c146d022 Mon Sep 17 00:00:00 2001 From: Bram Oosterhuis Date: Thu, 20 Jun 2024 15:03:24 +0200 Subject: [PATCH] thunder-interfaces: link is now provided by cmake --- recipes-thunder/thunder-interfaces/thunder-interfaces.inc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/recipes-thunder/thunder-interfaces/thunder-interfaces.inc b/recipes-thunder/thunder-interfaces/thunder-interfaces.inc index ecac787..78deb1d 100644 --- a/recipes-thunder/thunder-interfaces/thunder-interfaces.inc +++ b/recipes-thunder/thunder-interfaces/thunder-interfaces.inc @@ -20,12 +20,6 @@ EXTRA_OECMAKE += "\ -DBUILD_REFERENCE=${SRCREV} \ -DPYTHON_EXECUTABLE=${PYTHON} \ " -do_install:append() { - if ${@bb.utils.contains("DISTRO_FEATURES", "opencdm", "true", "false", d)} - then - install -m 0644 ${D}${includedir}/WPEFramework/interfaces/IDRM.h ${D}${includedir}/cdmi.h - fi -} FILES:${PN} += "${libdir}/thunder/proxystubs/*.so*" FILES:${PN}-dev += "${libdir}/thunder/proxystubs/*.so"