From 04aa57f3608d6d0bb036dc6acf5dd430e0152d0c Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Tue, 11 Feb 2020 16:34:53 +0800 Subject: [PATCH] dpdkvpp : Remove deprecated python3-subprocess from the RDEPENDS The python3-subprocess package was merged into core as part of the json manifest migration Signed-off-by: Chunrong Guo --- recipes-extended/vpp-core/dpdkvpp.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-extended/vpp-core/dpdkvpp.bb b/recipes-extended/vpp-core/dpdkvpp.bb index 309a6101..78d166a4 100644 --- a/recipes-extended/vpp-core/dpdkvpp.bb +++ b/recipes-extended/vpp-core/dpdkvpp.bb @@ -11,7 +11,6 @@ SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/dpdk;nobr " SRCREV = "a36da6a94243015b228c15b8b9aa1e650fd4b96d" -RDEPENDS_${PN} += "python-subprocess" DEPENDS = "virtual/kernel openssl" DEPENDS_append_x86-64 = " numactl" do_configure[depends] += "virtual/kernel:do_shared_workdir" -- 2.40.1