From 5e7a96b162e9bc7e0796af4365c1412d1d9b8c3d Mon Sep 17 00:00:00 2001 From: Sandeep Gundlupet Raju Date: Thu, 3 Oct 2024 23:17:47 -0600 Subject: rfdc-examples.inc: Update rfdc with librfdc As rfdc recipes are renamed to librfdc update the DEPENDS and RDEPENDS with new recipe name. Signed-off-by: Sandeep Gundlupet Raju Signed-off-by: Mark Hatle --- meta-xilinx-standalone/recipes-apps/rfdc-examples/rfdc-examples.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-xilinx-standalone/recipes-apps/rfdc-examples/rfdc-examples.inc b/meta-xilinx-standalone/recipes-apps/rfdc-examples/rfdc-examples.inc index 63f1d5a4..ffb70044 100644 --- a/meta-xilinx-standalone/recipes-apps/rfdc-examples/rfdc-examples.inc +++ b/meta-xilinx-standalone/recipes-apps/rfdc-examples/rfdc-examples.inc @@ -6,8 +6,8 @@ REQUIRED_MACHINE_FEATURES = "rfsoc" PACKAGE_ARCH = "${MACHINE_ARCH}" -DEPENDS = "rfdc" -RDEPENDS:${PN} = "rfdc" +DEPENDS = "librfdc" +RDEPENDS:${PN} = "librfdc" PACKAGES = "${PN}-dbg ${PN}" -- cgit v1.2.3-54-g00ecf