From cc9726f7ff708e93bf479af55e396c3c4522dbc0 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 16 Jun 2014 09:43:35 +0200 Subject: [PATCH] fmc: fmlib needs a linux kernel, so propagate dependency At the same time fixup the comments to only be visible if we are on a suitable arch. Signed-off-by: Peter Korsgaard --- package/fmc/Config.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package/fmc/Config.in b/package/fmc/Config.in index 35de28eda4..a50f80da69 100644 --- a/package/fmc/Config.in +++ b/package/fmc/Config.in @@ -1,10 +1,16 @@ comment "fmc needs a toolchain w/ C++" + depends on BR2_powerpc_e500mc depends on !BR2_INSTALL_LIBSTDCPP +comment "fmc needs a Linux kernel to be built" + depends on BR2_powerpc_e500mc + depends on !BR2_LINUX_KERNEL + config BR2_PACKAGE_FMC bool "fmc" depends on BR2_powerpc_e500mc depends on BR2_INSTALL_LIBSTDCPP + depends on BR2_LINUX_KERNEL # fmlib select BR2_PACKAGE_TCLAP select BR2_PACKAGE_LIBXML2 select BR2_PACKAGE_FMLIB -- 2.30.2