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-bsp/gpio-export/gpio-export_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-bsp') diff --git a/recipes-bsp/gpio-export/gpio-export_1.0.bb b/recipes-bsp/gpio-export/gpio-export_1.0.bb index 02d0fd7..314bf24 100644 --- a/recipes-bsp/gpio-export/gpio-export_1.0.bb +++ b/recipes-bsp/gpio-export/gpio-export_1.0.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Scripts and systemd service file to export unused GPIO to Userspace" +SUMMARY = "Scripts and systemd service file to export unused GPIO to Userspace" LICENSE = "Public Domain" PR = "r2" -- cgit v1.2.3