From 048c84ec636d65967aa9177700f871b174d03abc Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 2 Jun 2014 13:20:15 +0200 Subject: [PATCH] nut: now needs C++ support Fixes http://autobuild.buildroot.net/results/8c5/8c5dc5f09e2dcb2a3aba1c451a53de8e79d531dc/ After the version bump, nut now unconditionally builds a C++ client library, so adjust the dependencies to match. Signed-off-by: Peter Korsgaard --- package/nut/Config.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package/nut/Config.in b/package/nut/Config.in index 704578768c..659c9586f5 100644 --- a/package/nut/Config.in +++ b/package/nut/Config.in @@ -1,6 +1,11 @@ +comment "nut needs a toolchain w/ C++" + depends on BR2_USE_MMU + depends on !BR2_INSTALL_LIBSTDCPP + config BR2_PACKAGE_NUT bool "nut" depends on BR2_USE_MMU # fork() + depends on BR2_INSTALL_LIBSTDCPP help Network UPS tools -- 2.30.2