From ac01d61cb1291e36c9ee44bcacfb596342c1d514 Mon Sep 17 00:00:00 2001 From: Dima Zavin Date: Wed, 1 Aug 2018 02:35:44 -0700 Subject: [PATCH] numactl: remove perl runtime dependency numactl has not been a perl script for a long time. Signed-off-by: Dima Zavin Signed-off-by: Khem Raj --- meta-oe/recipes-support/numactl/numactl_git.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/numactl/numactl_git.bb b/meta-oe/recipes-support/numactl/numactl_git.bb index c1c387986c..279ac04156 100644 --- a/meta-oe/recipes-support/numactl/numactl_git.bb +++ b/meta-oe/recipes-support/numactl/numactl_git.bb @@ -5,7 +5,6 @@ to run other programs with a specific NUMA policy and a libnuma to do \ allocations with NUMA policy in applications." LICENSE = "GPL-2.0 & LGPL-2.1" SECTION = "apps" -RDEPENDS_${PN} = "perl" inherit autotools-brokensep ptest