1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-04 14:10:01 +00:00

arm/classes: fix quilt-native dependency

quilt-native is required by do_apply_local_src_patches task.

Signed-off-by: Clement Faure <clement.faure@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Clement Faure
2026-03-02 17:08:52 +01:00
committed by Jon Mason
parent b00fe8862b
commit 46e0a21bdb
@@ -5,7 +5,7 @@
# LOCAL_SRC_PATCHES_INPUT_DIR is the directory from where the patches are located
# LOCAL_SRC_PATCHES_DEST_DIR is the directory where the patches will be applied
do_patch[depends] += "quilt-native:do_populate_sysroot"
do_apply_local_src_patches[depends] += "quilt-native:do_populate_sysroot"
LOCAL_SRC_PATCHES_INPUT_DIR ??= ""
LOCAL_SRC_PATCHES_DEST_DIR ??= "${LOCAL_SRC_PATCHES_INPUT_DIR}"