]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta/conf/local.conf.sample: fix mklibs comment line split and typo
authorOtavio Salvador <otavio@ossystems.com.br>
Sat, 30 Apr 2011 20:57:15 +0000 (20:57 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 May 2011 08:51:55 +0000 (09:51 +0100)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta/conf/local.conf.sample

index cf7f33f542ad826a3cff2352dad5dbab97deb39a..c33dc0e14850d9151cd6c53829ff34a0ba68902e 100644 (file)
@@ -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.