summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2024-10-03 23:17:47 -0600
committerMark Hatle <mark.hatle@amd.com>2024-10-09 08:34:47 -0500
commit5e7a96b162e9bc7e0796af4365c1412d1d9b8c3d (patch)
tree339bda1ac5f8ee1b3e1f1e60d9b9d8da9049c943
parent58b8f26b0a92d423c497d759aeccf2c45165d4d1 (diff)
downloadmeta-xilinx-5e7a96b162e9bc7e0796af4365c1412d1d9b8c3d.tar.gz
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 <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-standalone/recipes-apps/rfdc-examples/rfdc-examples.inc4
1 files 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"
6 6
7PACKAGE_ARCH = "${MACHINE_ARCH}" 7PACKAGE_ARCH = "${MACHINE_ARCH}"
8 8
9DEPENDS = "rfdc" 9DEPENDS = "librfdc"
10RDEPENDS:${PN} = "rfdc" 10RDEPENDS:${PN} = "librfdc"
11 11
12PACKAGES = "${PN}-dbg ${PN}" 12PACKAGES = "${PN}-dbg ${PN}"
13 13