summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/parted/parted_3.4.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-07-16 12:32:24 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-19 13:55:36 +0100
commitbbf3b31855c2530be4c11857dc0a7861ee5e2ce6 (patch)
treef05f81452b829a60a88efb22da28d5621f014e12 /meta/recipes-extended/parted/parted_3.4.bb
parent494e73fbc9b974d23f70572cfe780b4b7030189a (diff)
downloadpoky-bbf3b31855c2530be4c11857dc0a7861ee5e2ce6.tar.gz
parted: skip tests that need vfat support
At the time of writing the qemu kernels don't support vfat filesystems. There are patches on the list to add that, but as two tests fail without vfat support, make them skip if vfat isn't available. [ YOCTO #14470 ] (From OE-Core rev: 17ecb3552cb7d7e7f82cc8b2e1b83f276525cbda) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/parted/parted_3.4.bb')
-rw-r--r--meta/recipes-extended/parted/parted_3.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/parted/parted_3.4.bb b/meta/recipes-extended/parted/parted_3.4.bb
index 8728fcae09..d805f31ceb 100644
--- a/meta/recipes-extended/parted/parted_3.4.bb
+++ b/meta/recipes-extended/parted/parted_3.4.bb
@@ -10,6 +10,7 @@ SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.xz \
10 file://fix-doc-mandir.patch \ 10 file://fix-doc-mandir.patch \
11 file://0002-libparted_fs_resize-link-against-libuuid-explicitly-.patch \ 11 file://0002-libparted_fs_resize-link-against-libuuid-explicitly-.patch \
12 file://run-ptest \ 12 file://run-ptest \
13 file://check-vfat.patch \
13 " 14 "
14 15
15SRC_URI[md5sum] = "357d19387c6e7bc4a8a90fe2d015fe80" 16SRC_URI[md5sum] = "357d19387c6e7bc4a8a90fe2d015fe80"