From 45a666ac434dc5b0f6ebc8cc9cbb41fd8e7b8eb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20P=C3=A9ron?= Date: Sun, 2 Jan 2022 21:19:07 +0100 Subject: [PATCH] classes: sdcard_image-sunxi: fix depends MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Clément Péron --- classes/sdcard_image-sunxi.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/sdcard_image-sunxi.bbclass b/classes/sdcard_image-sunxi.bbclass index b4c4d30..6119da7 100644 --- a/classes/sdcard_image-sunxi.bbclass +++ b/classes/sdcard_image-sunxi.bbclass @@ -30,7 +30,7 @@ IMAGE_ROOTFS_ALIGNMENT = "2048" SDIMG_ROOTFS = "${IMGDEPLOYDIR}/${IMAGE_NAME}.rootfs.${SDIMG_ROOTFS_TYPE}" -do_image:sunxi_sdimg[depends] += " \ +do_image_sunxi_sdimg[depends] += " \ parted-native:do_populate_sysroot \ mtools-native:do_populate_sysroot \ dosfstools-native:do_populate_sysroot \