summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/parted/parted_3.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/parted/parted_3.2.bb')
-rw-r--r--meta/recipes-extended/parted/parted_3.2.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/parted/parted_3.2.bb b/meta/recipes-extended/parted/parted_3.2.bb
index 9ce2dfecd3..73548b7792 100644
--- a/meta/recipes-extended/parted/parted_3.2.bb
+++ b/meta/recipes-extended/parted/parted_3.2.bb
@@ -14,6 +14,7 @@ SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.xz \
14 file://0001-Include-fcntl.h-in-platform_defs.h.patch \ 14 file://0001-Include-fcntl.h-in-platform_defs.h.patch \
15 file://0001-Unset-need_charset_alias-when-building-for-musl.patch \ 15 file://0001-Unset-need_charset_alias-when-building-for-musl.patch \
16 file://0002-libparted_fs_resize-link-against-libuuid-explicitly-.patch \ 16 file://0002-libparted_fs_resize-link-against-libuuid-explicitly-.patch \
17 file://0001-Move-python-helper-scripts-used-only-in-tests-to-Pyt.patch \
17 file://parted-3.2-sysmacros.patch \ 18 file://parted-3.2-sysmacros.patch \
18 file://run-ptest \ 19 file://run-ptest \
19 file://Makefile \ 20 file://Makefile \
@@ -46,4 +47,4 @@ do_install_ptest() {
46 sed -e 's| ../parted||' -i $t/tests/*.sh 47 sed -e 's| ../parted||' -i $t/tests/*.sh
47} 48}
48 49
49RDEPENDS_${PN}-ptest = "bash coreutils perl util-linux-losetup python" 50RDEPENDS_${PN}-ptest = "bash coreutils perl util-linux-losetup python3"