diff mbox

apf9328: Fix build error

Message ID 1365761213-26323-1-git-send-email-maxime.ripard@free-electrons.com
State Accepted
Commit 49f836380a5b110b583210f28781204e45982b86
Headers show

Commit Message

Maxime Ripard April 12, 2013, 10:06 a.m. UTC
Commit a0b6faa ("gdb: convert to the package infrastructure") changed
the name of the host gdb configuration option, and added it to the
legacy option set, leading to a build breakage for the
armadeus_apf9328_defconfig.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---
 configs/armadeus_apf9328_defconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard April 21, 2013, 9:31 p.m. UTC | #1
>>>>> "Maxime" == Maxime Ripard <maxime.ripard@free-electrons.com> writes:

 Maxime> Commit a0b6faa ("gdb: convert to the package infrastructure") changed
 Maxime> the name of the host gdb configuration option, and added it to the
 Maxime> legacy option set, leading to a build breakage for the
 Maxime> armadeus_apf9328_defconfig.

Committed, thanks.
diff mbox

Patch

diff --git a/configs/armadeus_apf9328_defconfig b/configs/armadeus_apf9328_defconfig
index 1ed1dd5..33e9a76 100644
--- a/configs/armadeus_apf9328_defconfig
+++ b/configs/armadeus_apf9328_defconfig
@@ -6,7 +6,7 @@  BR2_arm920t=y
 BR2_STRIP_sstrip=y
 BR2_GCC_VERSION_4_4_X=y
 BR2_PACKAGE_GDB=y
-BR2_PACKAGE_GDB_HOST=y
+BR2_PACKAGE_HOST_GDB=y
 BR2_ENABLE_LOCALE_PURGE=y
 BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y
 BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y