From c5135e450b775b22b2a33c927f4be63f64a23c27 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 22 Dec 2013 12:40:59 +0000 Subject: [PATCH] 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. (From OE-Core rev: 6ba089373b5b2117c3d50ee58c11c6f46e62fecb) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- meta/recipes-extended/images/core-image-lsb.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/images/core-image-lsb.bb b/meta/recipes-extended/images/core-image-lsb.bb index f22d199bed..1ef7f11742 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"