From 79a3c3f7eb0f8a088e29e6aab78f7ccd788c8528 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/gpioconfig/gpioconfig.bb | 2 +- recipes/images/angstrom-lxde-image.bb | 2 +- recipes/images/angstrom-qt-x11-image.bb | 2 +- recipes/images/console-trdx-image.bb | 2 +- recipes/images/qt4e-demo-image.bb | 2 +- recipes/joe/joe_3.1.bb | 2 +- recipes/max9526-i2c/max9526-gtk_0.0.1.bb | 2 +- recipes/max9526-i2c/max9526-i2c_0.0.1.bb | 2 +- recipes/stress/stress_1.0.4.bb | 1 + recipes/trdx-oak-sensors/trdx-oak-sensors_0082.bb | 2 +- 10 files changed, 10 insertions(+), 9 deletions(-) (limited to 'recipes') diff --git a/recipes/gpioconfig/gpioconfig.bb b/recipes/gpioconfig/gpioconfig.bb index 12f3f8f..0e9669a 100644 --- a/recipes/gpioconfig/gpioconfig.bb +++ b/recipes/gpioconfig/gpioconfig.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "GPIOConfig tool for Toradex Modules" +SUMMARY = "GPIOConfig tool for Toradex Modules" SECTION = "base" LICENSE = "CLOSED" PR = "r3" diff --git a/recipes/images/angstrom-lxde-image.bb b/recipes/images/angstrom-lxde-image.bb index 3376775..4e747e2 100644 --- a/recipes/images/angstrom-lxde-image.bb +++ b/recipes/images/angstrom-lxde-image.bb @@ -1,5 +1,5 @@ #Angstrom image -DESCRIPTION = "Image based on the LXDE desktop" +SUMMARY = "Image based on the LXDE desktop" LICENSE = "MIT" diff --git a/recipes/images/angstrom-qt-x11-image.bb b/recipes/images/angstrom-qt-x11-image.bb index 83e426f..78d58a0 100644 --- a/recipes/images/angstrom-qt-x11-image.bb +++ b/recipes/images/angstrom-qt-x11-image.bb @@ -1,5 +1,5 @@ #Angstrom image -DESCRIPTION = "Image based on qt4-x11-free" +SUMMARY = "Image based on qt4-x11-free" LICENSE = "MIT" diff --git a/recipes/images/console-trdx-image.bb b/recipes/images/console-trdx-image.bb index eaed52f..6cefcc5 100644 --- a/recipes/images/console-trdx-image.bb +++ b/recipes/images/console-trdx-image.bb @@ -1,5 +1,5 @@ #Angstrom image -DESCRIPTION = "Image booting to a console" +SUMMARY = "Image booting to a console" LICENSE = "MIT" diff --git a/recipes/images/qt4e-demo-image.bb b/recipes/images/qt4e-demo-image.bb index 1ddc46d..00d4dfa 100644 --- a/recipes/images/qt4e-demo-image.bb +++ b/recipes/images/qt4e-demo-image.bb @@ -1,5 +1,5 @@ #Angstrom image -DESCRIPTION = "Image based on qt4e-demo-image.bb" +SUMMARY = "Image based on qt4e-demo-image.bb" LICENSE = "MIT" diff --git a/recipes/joe/joe_3.1.bb b/recipes/joe/joe_3.1.bb index d253473..b28b8ca 100644 --- a/recipes/joe/joe_3.1.bb +++ b/recipes/joe/joe_3.1.bb @@ -1,5 +1,5 @@ SECTION = "console/utils" -DESCRIPTION = "Console text editor with good functionality, good choice for vi-haters." +SUMMARY = "Console text editor with good functionality" HOMEPAGE = "http://joe-editor.sourceforge.net/" LICENSE ="GPLv1" RDEPENDS_${PN} = "ncurses-terminfo" diff --git a/recipes/max9526-i2c/max9526-gtk_0.0.1.bb b/recipes/max9526-i2c/max9526-gtk_0.0.1.bb index 9d5d6b0..c16e82e 100644 --- a/recipes/max9526-i2c/max9526-gtk_0.0.1.bb +++ b/recipes/max9526-i2c/max9526-gtk_0.0.1.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "spidev userspace driver for a Maxim MAX9526" +SUMMARY = "spidev userspace driver for a Maxim MAX9526" LICENSE = "CLOSED" DEPENDS = "gtk+" diff --git a/recipes/max9526-i2c/max9526-i2c_0.0.1.bb b/recipes/max9526-i2c/max9526-i2c_0.0.1.bb index 94a8d98..de832a9 100644 --- a/recipes/max9526-i2c/max9526-i2c_0.0.1.bb +++ b/recipes/max9526-i2c/max9526-i2c_0.0.1.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "spidev userspace driver for a Maxim MAX9526" +SUMMARY = "CLI spidev userspace driver for a Maxim MAX9526" LICENSE = "CLOSED" DEPENDS = "" diff --git a/recipes/stress/stress_1.0.4.bb b/recipes/stress/stress_1.0.4.bb index 03ca1d5..18043b0 100644 --- a/recipes/stress/stress_1.0.4.bb +++ b/recipes/stress/stress_1.0.4.bb @@ -3,6 +3,7 @@ # Released under the MIT license (see /COPYING) HOMEPAGE = "http://people.seas.harvard.edu/~apw/stress/" +SUMMARY = "Generate load stress on UNIX-like operating systems" DESCRIPTION = "a simple tool that imposes certain types of compute stress on UNIX-like operating systems." LICENSE = "GPLv3" diff --git a/recipes/trdx-oak-sensors/trdx-oak-sensors_0082.bb b/recipes/trdx-oak-sensors/trdx-oak-sensors_0082.bb index 7fa3323..9aacbcd 100644 --- a/recipes/trdx-oak-sensors/trdx-oak-sensors_0082.bb +++ b/recipes/trdx-oak-sensors/trdx-oak-sensors_0082.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "sample code to access the toradex oak sensors" +SUMMARY = "Sample code to access the toradex oak sensors" LICENSE = "PublicDomain" S="${WORKDIR}/OakLinux_${PV}" -- cgit v1.2.3