summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2015-01-10 11:56:31 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2015-05-12 10:04:34 +0200
commitf8ad0fca9bcf28631cc0867b51ebc39e117f9528 (patch)
tree512c98bef7af9006e5021d1917788e74c5b451b7 /recipes
parent7422909f4739ccacf99b30b9a73cf8ae01f5bfbf (diff)
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.
Diffstat (limited to 'recipes')
-rw-r--r--recipes/gpioconfig/gpioconfig.bb2
-rw-r--r--recipes/images/angstrom-lxde-image.bb2
-rw-r--r--recipes/images/angstrom-qt-x11-image.bb2
-rw-r--r--recipes/images/console-trdx-image.bb2
-rw-r--r--recipes/images/qt4e-demo-image.bb2
-rw-r--r--recipes/joe/joe_3.1.bb2
-rw-r--r--recipes/max9526-i2c/max9526-gtk_0.0.1.bb2
-rw-r--r--recipes/max9526-i2c/max9526-i2c_0.0.1.bb2
-rw-r--r--recipes/stress/stress_1.0.4.bb1
-rw-r--r--recipes/tegrastats/tegrastats.bb1
-rw-r--r--recipes/trdx-nv-binaries/nvsamples.bb2
-rw-r--r--recipes/trdx-nv-binaries/trdx-nv-binaries.bb2
-rw-r--r--recipes/trdx-oak-sensors/trdx-oak-sensors_0082.bb2
13 files changed, 13 insertions, 11 deletions
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/tegrastats/tegrastats.bb b/recipes/tegrastats/tegrastats.bb
index 76336a9..f1dde5a 100644
--- a/recipes/tegrastats/tegrastats.bb
+++ b/recipes/tegrastats/tegrastats.bb
@@ -1,3 +1,4 @@
+SUMMARY = "NVIDIAS tegrastats"
DESCRIPTION = "NVIDIAS tegrastats in a commandline version and one with output to a gtk title bar, gives information about cpu use"
LICENSE = "CLOSED"
PR = "r3"
diff --git a/recipes/trdx-nv-binaries/nvsamples.bb b/recipes/trdx-nv-binaries/nvsamples.bb
index 3609355..e28b3b1 100644
--- a/recipes/trdx-nv-binaries/nvsamples.bb
+++ b/recipes/trdx-nv-binaries/nvsamples.bb
@@ -1,5 +1,5 @@
SECTION = "graphical/utils"
-DESCRIPTION = "Nvidia samples for OpenGL ES, OpenGL ES headers"
+SUMMARY = "Nvidia samples for OpenGL ES, OpenGL ES headers"
LICENSE = "CLOSED"
DEPENDS = "trdx-nv-binaries"
RDEPENDS_{PN} = "trdx-nv-binaries"
diff --git a/recipes/trdx-nv-binaries/trdx-nv-binaries.bb b/recipes/trdx-nv-binaries/trdx-nv-binaries.bb
index f1c7116..68d45f9 100644
--- a/recipes/trdx-nv-binaries/trdx-nv-binaries.bb
+++ b/recipes/trdx-nv-binaries/trdx-nv-binaries.bb
@@ -1,4 +1,4 @@
-DESCRIPTION = "binary files from Nvidia along with their configuration"
+SUMMARY = "binary files from Nvidia along with their configuration"
LICENSE = "CLOSED SGI Khronos"
PR = "r19"
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}"