summaryrefslogtreecommitdiff
path: root/package/fmc
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2014-06-16 09:43:35 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-06-16 09:45:06 +0200
commitcc9726f7ff708e93bf479af55e396c3c4522dbc0 (patch)
tree3962170ba99761774b21ea409c1948f6b73efff1 /package/fmc
parentdd79f2dfae6db7f677bfb10b149ce67f294b91e2 (diff)
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 <peter@korsgaard.com>
Diffstat (limited to 'package/fmc')
-rw-r--r--package/fmc/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/fmc/Config.in b/package/fmc/Config.in
index 35de28eda..a50f80da6 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