diff options
author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2024-10-03 23:17:48 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-10-09 08:34:47 -0500 |
commit | 283e467d73bcac9d8ba7b3bb5d8f97e1a86e5e92 (patch) | |
tree | 945a8c0514ddc98f4af3415044d87494c976c438 | |
parent | 5e7a96b162e9bc7e0796af4365c1412d1d9b8c3d (diff) | |
download | meta-xilinx-283e467d73bcac9d8ba7b3bb5d8f97e1a86e5e92.tar.gz |
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 <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r-- | meta-xilinx-core/recipes-apps/raft/raft_2024.1.bb | 17 |
1 files changed, 8 insertions, 9 deletions
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" | |||
27 | 27 | ||
28 | DEPENDS += "libmetal" | 28 | DEPENDS += "libmetal" |
29 | 29 | ||
30 | RDEPENDS:${PN} += "python3 \ | 30 | RDEPENDS:${PN} += "\ |
31 | python3-pyro4 \ | 31 | python3 \ |
32 | python3-cffi \ | 32 | python3-pyro4 \ |
33 | python3-serpent \ | 33 | python3-cffi \ |
34 | bash \ | 34 | python3-serpent \ |
35 | " | 35 | bash \ |
36 | # python3-async \ | 36 | " |
37 | # | ||
38 | 37 | ||
39 | PACKAGECONFIG[raftnotebooks] = "enabled,disabled,,packagegroup-xilinx-jupyter" | 38 | PACKAGECONFIG[raftnotebooks] = "enabled,disabled,,packagegroup-xilinx-jupyter" |
40 | PACKAGECONFIG[raftstartup] = "enabled,disabled,,rfdc rfclk libmetal" | 39 | PACKAGECONFIG[raftstartup] = "enabled,disabled,,librfdc librfclk libmetal" |
41 | PACKAGECONFIG[raftstartupsc] = "enabled,disabled,,python3-psutil python3-periphery" | 40 | PACKAGECONFIG[raftstartupsc] = "enabled,disabled,,python3-psutil python3-periphery" |
42 | 41 | ||
43 | do_install() { | 42 | do_install() { |