From 3845a93b3082d73604881966544f1eb7d5e55daa Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 17 Nov 2012 12:24:08 +0000 Subject: dbus: uses fork(), requires MMU In order to solve http://autobuild.buildroot.org/results/34f6843137efda20626af72714c110280ec577d7/build-end.log, this patch makes the D-Bus package as well as all the packages that select the D-Bus package 'depends on BR2_USE_MMU'. In addition, for the specific case of gvfs, the missing BR2_TOOLCHAIN_HAS_THREADS dependency is added (threads are required by D-Bus, so they are also required by gvfs which selects D-Bus). Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/network-manager/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'package/network-manager/Config.in') diff --git a/package/network-manager/Config.in b/package/network-manager/Config.in index 3f01fefb3..e2324d660 100644 --- a/package/network-manager/Config.in +++ b/package/network-manager/Config.in @@ -6,6 +6,7 @@ config BR2_PACKAGE_NETWORK_MANAGER depends on BR2_LARGEFILE # acl depends on BR2_USE_WCHAR # libglib2 and gnutls depends on BR2_TOOLCHAIN_HAS_THREADS # dbus + depends on BR2_USE_MMU # dbus select BR2_PACKAGE_DBUS_GLIB select BR2_PACKAGE_UDEV select BR2_PACKAGE_UDEV_ALL_EXTRAS -- cgit v1.2.3