diff options
author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2024-10-03 23:17:47 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-10-09 08:34:47 -0500 |
commit | 5e7a96b162e9bc7e0796af4365c1412d1d9b8c3d (patch) | |
tree | 339bda1ac5f8ee1b3e1f1e60d9b9d8da9049c943 | |
parent | 58b8f26b0a92d423c497d759aeccf2c45165d4d1 (diff) | |
download | meta-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.inc | 4 |
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 | ||
7 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 7 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
8 | 8 | ||
9 | DEPENDS = "rfdc" | 9 | DEPENDS = "librfdc" |
10 | RDEPENDS:${PN} = "rfdc" | 10 | RDEPENDS:${PN} = "librfdc" |
11 | 11 | ||
12 | PACKAGES = "${PN}-dbg ${PN}" | 12 | PACKAGES = "${PN}-dbg ${PN}" |
13 | 13 | ||