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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user