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
commit8ea99cad5b254f056ce138ac76aea0abeb134d5f (patch)
tree529ceee52297436f3858f01184812688d2fa0587
parent55cb147d3fa18681c734bc861049b92816c2a5d5 (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/u-boot/u-boot-toradex-fsl-fw-utils_git.bb2
-rw-r--r--recipes-devtools/imx-loader/imx-loader_git.bb2
-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, 4 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb b/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb
index aba1031..706e274 100644
--- a/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb
@@ -1,4 +1,4 @@
-DESCRIPTION = "U-boot bootloader fw_printenv/setenv utils"
+SUMMARY = "U-boot bootloader fw_printenv/setenv utils"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM_colibri-vf = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919"
LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb"
diff --git a/recipes-devtools/imx-loader/imx-loader_git.bb b/recipes-devtools/imx-loader/imx-loader_git.bb
index 07915f9..70c60c8 100644
--- a/recipes-devtools/imx-loader/imx-loader_git.bb
+++ b/recipes-devtools/imx-loader/imx-loader_git.bb
@@ -1,4 +1,4 @@
-DESCRIPTION = "USB/UART loader for i.MX51/53/6x and Vybrid"
+SUMMARY = "USB/UART loader for i.MX51/53/6x and Vybrid"
SECTION = "base"
HOMEPAGE = "https://github.com/boundarydevices/imx_usb_loader"
LICENSE = "LGPLv2+"
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"