diff options
author | Armin Kuster <akuster808@gmail.com> | 2015-04-05 16:16:18 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-11 10:58:14 +0200 |
commit | fdfc90b76afa9fbb1fa99fdc0ab714a33076df09 (patch) | |
tree | 204e382f4505f832a9e8c71cadcd6d03f51d45d7 /meta-oe | |
parent | fec2a97a87c02c55024e812ba3fcc4b39adf6074 (diff) | |
download | meta-openembedded-fdfc90b76afa9fbb1fa99fdc0ab714a33076df09.tar.gz |
numactl: Fix QA warnings
WARNING: QA Issue: numactl-ptest requires /bin/bash, but no providers in its RDEPENDS [file-rdeps]
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/numactl/numactl_2.0.9.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/numactl/numactl_2.0.9.bb b/meta-oe/recipes-support/numactl/numactl_2.0.9.bb index 651277dab..29e57d9c7 100644 --- a/meta-oe/recipes-support/numactl/numactl_2.0.9.bb +++ b/meta-oe/recipes-support/numactl/numactl_2.0.9.bb | |||
@@ -42,3 +42,5 @@ do_install_ptest() { | |||
42 | install -m 0755 ${WORKDIR}/Makefile ${D}${PTEST_PATH}/ | 42 | install -m 0755 ${WORKDIR}/Makefile ${D}${PTEST_PATH}/ |
43 | install -m 0755 ${B}/numactl ${D}${PTEST_PATH}/ | 43 | install -m 0755 ${B}/numactl ${D}${PTEST_PATH}/ |
44 | } | 44 | } |
45 | |||
46 | RDEPENDS_${PN}-ptest = "bash" | ||