mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
barebox: unbreak custom patch handling after 0eba4759 (packages: apply custom patches using *.patch instead of <pkg>-*.patch)
The commit accidently dropped the continuation character (\), breaking the logic. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
c81ac0ff6f
commit
8721c03a7f
@ -30,7 +30,7 @@ BAREBOX_LICENSE_FILES = COPYING
|
|||||||
|
|
||||||
ifneq ($(call qstrip,$(BR2_TARGET_BAREBOX_CUSTOM_PATCH_DIR)),)
|
ifneq ($(call qstrip,$(BR2_TARGET_BAREBOX_CUSTOM_PATCH_DIR)),)
|
||||||
define BAREBOX_APPLY_CUSTOM_PATCHES
|
define BAREBOX_APPLY_CUSTOM_PATCHES
|
||||||
$(APPLY_PATCHES) $(@D)
|
$(APPLY_PATCHES) $(@D) \
|
||||||
$(BR2_TARGET_BAREBOX_CUSTOM_PATCH_DIR) \*.patch
|
$(BR2_TARGET_BAREBOX_CUSTOM_PATCH_DIR) \*.patch
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user