From 8ea99cad5b254f056ce138ac76aea0abeb134d5f 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/u-boot/u-boot-toradex-fsl-fw-utils_git.bb | 2 +- recipes-devtools/imx-loader/imx-loader_git.bb | 2 +- recipes-kernel/linux/linux-toradex-fsl_git.bb | 2 +- recipes/joe/joe_3.1.bb | 2 +- 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" -- cgit v1.2.3