From: Otavio Salvador Date: Sat, 30 Apr 2011 20:57:15 +0000 (+0000) Subject: meta/conf/local.conf.sample: fix mklibs comment line split and typo X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~45669 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8b88f5364003ac18f301b93e45c9ba594c17bc2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git meta/conf/local.conf.sample: fix mklibs comment line split and typo Signed-off-by: Otavio Salvador --- diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index cf7f33f542a..c33dc0e1485 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -53,9 +53,10 @@ EXTRA_IMAGE_FEATURES = "tools-debug tools-profile tools-testapps debug-tweaks" #PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk" PACKAGE_CLASSES ?= "package_ipk" -# mklibs library size optimization is more useful to smaller images, -# and less useful for bigger images. Also mklibs library optimization can break the ABI compatibility, so should not be applied to the images which are tobe -# extended or upgraded later. +# mklibs library size optimization is more useful to smaller images, +# and less useful for bigger images. Also mklibs library optimization +# can break the ABI compatibility, so should not be applied to the +# images which are to be extended or upgraded later. #This enabled mklibs library size optimization just for the specified image. #MKLIBS_OPTIMIZED_IMAGES ?= "core-image-minimal" #This enable mklibs library size optimization will be for all the images.