diff options
author | Ross Burton <ross.burton@intel.com> | 2018-10-12 12:15:02 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-14 09:20:56 +0100 |
commit | 0986c77eb0d4b7ecb695bd13449a258e1a9a0977 (patch) | |
tree | 41d79814b5ae9b288550bc3593e0c726680cc5da /meta | |
parent | be2592f5c755589c05125c02f732f981ccacf4b3 (diff) | |
download | poky-0986c77eb0d4b7ecb695bd13449a258e1a9a0977.tar.gz |
e2fsprogs: add perl dependency to e2fsprogs-ptest
Some of the tests need perl, so add it to the RDEPENDS.
(From OE-Core rev: 3095fbee4b46e9bb2aa9c7355bdb554331df201c)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.3.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.3.bb index 45c96742c7..ce95dec5fe 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.3.bb +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.3.bb | |||
@@ -112,7 +112,7 @@ ALTERNATIVE_LINK_NAME[mkfs.ext2] = "${base_sbindir}/mkfs.ext2" | |||
112 | ALTERNATIVE_${PN}-tune2fs = "tune2fs" | 112 | ALTERNATIVE_${PN}-tune2fs = "tune2fs" |
113 | ALTERNATIVE_LINK_NAME[tune2fs] = "${base_sbindir}/tune2fs" | 113 | ALTERNATIVE_LINK_NAME[tune2fs] = "${base_sbindir}/tune2fs" |
114 | 114 | ||
115 | RDEPENDS_${PN}-ptest += "${PN} ${PN}-tune2fs coreutils procps bash bzip2 diffutils" | 115 | RDEPENDS_${PN}-ptest += "${PN} ${PN}-tune2fs coreutils procps bash bzip2 diffutils perl" |
116 | 116 | ||
117 | do_compile_ptest() { | 117 | do_compile_ptest() { |
118 | oe_runmake -C ${B}/tests | 118 | oe_runmake -C ${B}/tests |