From: Peter Korsgaard Date: Mon, 16 Jun 2014 07:43:35 +0000 (+0200) Subject: fmc: fmlib needs a linux kernel, so propagate dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cc9726f7ff708e93bf479af55e396c3c4522dbc0;p=buildroot.git 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 --- 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