Correct DESCRIPTION typos in various recipes

An investigation into undocumented variables uncovered a few mispellings
of the variable DESCRIPTION.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
This commit is contained in:
Darren Hart
2010-12-10 10:52:04 -08:00
committed by Saul Wold
parent 1b26331d68
commit d9573b40b1
5 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
DESCRIPTON = "A live image init script"
DESCRIPTION = "A live image init script"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
SRC_URI = "file://init-boot.sh"

View File

@@ -1,4 +1,4 @@
DESCRIPTON = "A live image init script"
DESCRIPTION = "A live image init script"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
SRC_URI = "file://init-live.sh"

View File

@@ -1,4 +1,4 @@
DESCRIPTON = "A live image init script"
DESCRIPTION = "A live image init script"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
SRC_URI = "file://init-install.sh"

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2007 OpenedHand Ltd.
#
DESCRIPTON = "Gnome Mobile And Embedded Software Development Kit for OpenedHand Poky"
DESCRIPTION = "Gnome Mobile And Embedded Software Development Kit for OpenedHand Poky"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2007 OpenedHand Ltd.
#
DESCRIPTON = "Gnome Mobile And Embedded Software Development Kit for OpenedHand Poky"
DESCRIPTION = "Gnome Mobile And Embedded Software Development Kit for OpenedHand Poky"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"