From 283e467d73bcac9d8ba7b3bb5d8f97e1a86e5e92 Mon Sep 17 00:00:00 2001 From: Sandeep Gundlupet Raju Date: Thu, 3 Oct 2024 23:17:48 -0600 Subject: raft: Update rfdc with librfdc As rfdc recipes are renamed to librfdc update the DEPENDS and RDEPENDS with new recipe name and also fix indentation. Signed-off-by: Sandeep Gundlupet Raju Signed-off-by: Mark Hatle --- meta-xilinx-core/recipes-apps/raft/raft_2024.1.bb | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'meta-xilinx-core') diff --git a/meta-xilinx-core/recipes-apps/raft/raft_2024.1.bb b/meta-xilinx-core/recipes-apps/raft/raft_2024.1.bb index a1c77287..a287d8ce 100644 --- a/meta-xilinx-core/recipes-apps/raft/raft_2024.1.bb +++ b/meta-xilinx-core/recipes-apps/raft/raft_2024.1.bb @@ -27,17 +27,16 @@ SYSTEMD_AUTO_ENABLE:${PN}="enable" DEPENDS += "libmetal" -RDEPENDS:${PN} += "python3 \ - python3-pyro4 \ - python3-cffi \ - python3-serpent \ - bash \ -" -# python3-async \ -# +RDEPENDS:${PN} += "\ + python3 \ + python3-pyro4 \ + python3-cffi \ + python3-serpent \ + bash \ + " PACKAGECONFIG[raftnotebooks] = "enabled,disabled,,packagegroup-xilinx-jupyter" -PACKAGECONFIG[raftstartup] = "enabled,disabled,,rfdc rfclk libmetal" +PACKAGECONFIG[raftstartup] = "enabled,disabled,,librfdc librfclk libmetal" PACKAGECONFIG[raftstartupsc] = "enabled,disabled,,python3-psutil python3-periphery" do_install() { -- cgit v1.2.3-54-g00ecf