From: Phil Blundell Date: Sat, 13 Jun 2009 19:42:07 +0000 (+0100) Subject: micro: disable ONLINE_PACKAGE_MANAGEMENT globally X-Git-Tag: Release-2010-05/1~3161 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb8cbd53a9d6384e664016e8fa1b2709efd91d2e;p=openembedded.git micro: disable ONLINE_PACKAGE_MANAGEMENT globally --- diff --git a/conf/distro/micro.conf b/conf/distro/micro.conf index a6fb64e4d8..f8b293de28 100644 --- a/conf/distro/micro.conf +++ b/conf/distro/micro.conf @@ -107,3 +107,6 @@ layout_exec_prefix = "" # Don't install ldconfig and associated gubbins USE_LDCONFIG = "0" + +# Disable online package management +ONLINE_PACKAGE_MANAGEMENT = "none"