diff options
author | Dima Zavin <dmitriyz@waymo.com> | 2018-08-01 02:35:44 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-08-02 11:23:03 -0700 |
commit | ac01d61cb1291e36c9ee44bcacfb596342c1d514 (patch) | |
tree | 37293d2d314e6f48d049deb128038305bfd38886 | |
parent | 146de1dfdac3e640af1b082b3a0c8bcf4ee8dad3 (diff) | |
download | meta-openembedded-ac01d61cb1291e36c9ee44bcacfb596342c1d514.tar.gz |
numactl: remove perl runtime dependency
numactl has not been a perl script for a long time.
Signed-off-by: Dima Zavin <dmitriyz@waymo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/numactl/numactl_git.bb | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ | |||
5 | allocations with NUMA policy in applications." | 5 | allocations with NUMA policy in applications." |
6 | LICENSE = "GPL-2.0 & LGPL-2.1" | 6 | LICENSE = "GPL-2.0 & LGPL-2.1" |
7 | SECTION = "apps" | 7 | SECTION = "apps" |
8 | RDEPENDS_${PN} = "perl" | ||
9 | 8 | ||
10 | inherit autotools-brokensep ptest | 9 | inherit autotools-brokensep ptest |
11 | 10 | ||