diff options
author | André Draszik <andre.draszik@jci.com> | 2019-02-05 02:32:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-12 14:04:31 +0000 |
commit | 9fb14cb924d13b93492484286d95e4ad1136b700 (patch) | |
tree | 18156026469dd2e3b2fb4d2022c71d67a23f88af /meta/recipes-core | |
parent | f6923fcc9c816ae4238bffe9a12641c26e1685ac (diff) | |
download | poky-9fb14cb924d13b93492484286d95e4ad1136b700.tar.gz |
util-linux: let -ptest package depend on all of util-linux
ptest executes all the binaries, so they really need to be available
in the file system.
[YOCTO #13058]
(From OE-Core rev: 66637b33a8a153d8c1f509e9493bc4bee953f6cb)
Signed-off-by: André Draszik <andre.draszik@jci.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/util-linux/util-linux.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index bbb28c3da0..93aa3e407c 100644 --- a/meta/recipes-core/util-linux/util-linux.inc +++ b/meta/recipes-core/util-linux/util-linux.inc | |||
@@ -306,7 +306,7 @@ python populate_packages_prepend() { | |||
306 | } | 306 | } |
307 | 307 | ||
308 | RDEPENDS_${PN}-bash-completion += "util-linux-lsblk" | 308 | RDEPENDS_${PN}-bash-completion += "util-linux-lsblk" |
309 | RDEPENDS_${PN}-ptest = "bash grep coreutils which util-linux-blkid util-linux-fsck btrfs-tools" | 309 | RDEPENDS_${PN}-ptest = "bash grep coreutils which btrfs-tools ${PN}" |
310 | 310 | ||
311 | do_compile_ptest() { | 311 | do_compile_ptest() { |
312 | oe_runmake buildtest-TESTS | 312 | oe_runmake buildtest-TESTS |