소스 검색

configs/galileo_defconfig: add missing double quotes around BR2_GLOBAL_PATCH_DIR value

This bogus BR2_GLOBAL_PATCH_DIR value was added in commit
9dd5382d791c3d5197b9ef401a0d103ad1457d5d ("board/intel/galileo: fix
build failure with host gcc 10") back in February.

This should help fixing
https://gitlab.com/buildroot.org/buildroot/-/jobs/2781800667, as it
complains with:

WARN: defconfig ./configs/galileo_defconfig can't be used:
      Missing: BR2_GLOBAL_PATCH_DIR=board/intel/galileo/patches

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Thomas Petazzoni 3 년 전
부모
커밋
0005048ec6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      configs/galileo_defconfig

+ 1 - 1
configs/galileo_defconfig

@@ -1,5 +1,5 @@
 BR2_x86_x1000=y
-BR2_GLOBAL_PATCH_DIR=board/intel/galileo/patches
+BR2_GLOBAL_PATCH_DIR="board/intel/galileo/patches"
 # Needed for TARGET_GRUB2
 BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
 # Linux headers same as kernel, a 3.14 series