From: Paul Eggleton Date: Sun, 22 Dec 2013 12:40:59 +0000 (+0000) Subject: core-image-lsb: fix DESCRIPTION X-Git-Tag: yocto-4.0~30548 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6ba089373b5b2117c3d50ee58c11c6f46e62fecb;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git core-image-lsb: fix DESCRIPTION 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 --- diff --git a/meta/recipes-extended/images/core-image-lsb.bb b/meta/recipes-extended/images/core-image-lsb.bb index f22d199beda..1ef7f11742c 100644 --- a/meta/recipes-extended/images/core-image-lsb.bb +++ b/meta/recipes-extended/images/core-image-lsb.bb @@ -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"