From: Henning Heinold Date: Fri, 13 Nov 2009 11:09:50 +0000 (+0100) Subject: micro.conf: use prefix_native and prefix_exec_native X-Git-Tag: Release-2010-05/1~1648^2~209 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15a4fcd35923ac066630356a2432d0c35d1964f4;p=openembedded.git micro.conf: use prefix_native and prefix_exec_native --- diff --git a/conf/distro/micro.conf b/conf/distro/micro.conf index a1220ee592..b27f02c597 100644 --- a/conf/distro/micro.conf +++ b/conf/distro/micro.conf @@ -99,6 +99,8 @@ PACKAGE_SNAP_LIB_SYMLINKS = "1" # Collapse /usr into / prefix = "" exec_prefix = "" +prefix_native = "" +exec_prefix_native = "" # Don't install ldconfig and associated gubbins USE_LDCONFIG = "0"