From 5dbff549b0c1ebac4d944878a452d7b86598355d Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 10 Jan 2015 11:56:31 +0100 Subject: recipes: replace short DESCRIPTION with SUMMARY The SUMMARY variable gives a short description of the package (<72 chars). A missing DESCRIPTION is automatically set to the content of SUMMARY. --- recipes-core/fs-init/fs-init.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-core') diff --git a/recipes-core/fs-init/fs-init.bb b/recipes-core/fs-init/fs-init.bb index 1a06a7e..a9c1db2 100644 --- a/recipes-core/fs-init/fs-init.bb +++ b/recipes-core/fs-init/fs-init.bb @@ -1,3 +1,4 @@ +SUMMARY = "Expand the rootfs to the full size of its partion" DESCRIPTION = "Script to expand the rootfs to the full size of its partion, started as a systemd service which removes itself once finished" LICENSE = "Public Domain" PR = "r3" -- cgit v1.2.3