From 2513edb9a804205480b8fbe11e0c289f283627b0 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 27 Apr 2017 17:28:11 +0300 Subject: parted: move test helper scripts to Python 3 Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- meta/recipes-extended/parted/parted_3.2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-extended/parted/parted_3.2.bb') 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 \ file://0001-Include-fcntl.h-in-platform_defs.h.patch \ file://0001-Unset-need_charset_alias-when-building-for-musl.patch \ file://0002-libparted_fs_resize-link-against-libuuid-explicitly-.patch \ + file://0001-Move-python-helper-scripts-used-only-in-tests-to-Pyt.patch \ file://parted-3.2-sysmacros.patch \ file://run-ptest \ file://Makefile \ @@ -46,4 +47,4 @@ do_install_ptest() { sed -e 's| ../parted||' -i $t/tests/*.sh } -RDEPENDS_${PN}-ptest = "bash coreutils perl util-linux-losetup python" +RDEPENDS_${PN}-ptest = "bash coreutils perl util-linux-losetup python3" -- cgit 1.2.3-korg