]> code.ossystems Code Review - openembedded-core.git/commitdiff
core-image-lsb: fix DESCRIPTION
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 22 Dec 2013 12:40:59 +0000 (12:40 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jan 2014 12:47:37 +0000 (12:47 +0000)
LSB includes X, and I wouldn't really call this image "basic" or
"foundational" in our terms, so adjust the description to be a bit more
appropriate.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/recipes-extended/images/core-image-lsb.bb

index f22d199beda7c2ceddc41d129ee07172c6cc269f..1ef7f11742c29fad88133e995fec3dcd6d8eee71 100644 (file)
@@ -1,6 +1,5 @@
-DESCRIPTION = "A foundational basic image without support for X that can be \
-reasonably used for customization and is suitable for implementations that \
-conform to Linux Standard Base (LSB)."
+DESCRIPTION = "An image containing packages that are required to conform \
+to the Linux Standard Base (LSB) specification."
 
 IMAGE_FEATURES += "splash ssh-server-openssh hwcodecs package-management"