summaryrefslogtreecommitdiff
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
commit5dbff549b0c1ebac4d944878a452d7b86598355d (patch)
treefb59882d8126408bfebaf676798f37703e707a47
parent246ca3773096b3720b334dfa1ceb8ea6265749aa (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.
-rw-r--r--recipes-bsp/gpio-export/gpio-export_1.0.bb2
-rw-r--r--recipes-core/fs-init/fs-init.bb1
-rw-r--r--recipes-kernel/linux/linux-toradex-fsl_git.bb2
-rw-r--r--recipes/joe/joe_3.1.bb2
4 files changed, 4 insertions, 3 deletions
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"
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"
diff --git a/recipes-kernel/linux/linux-toradex-fsl_git.bb b/recipes-kernel/linux/linux-toradex-fsl_git.bb
index 991a965..7173beb 100644
--- a/recipes-kernel/linux/linux-toradex-fsl_git.bb
+++ b/recipes-kernel/linux/linux-toradex-fsl_git.bb
@@ -1,4 +1,4 @@
-DESCRIPTION = "Linux Kernel"
+SUMMARY = "Linux Kernel for Toradex Freescale based modules"
SECTION = "kernel"
LICENSE = "GPLv2"
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"