diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-22 11:36:44 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 12:47:37 +0000 |
commit | 48bdfc957f1994f945ca46fd769e154c1d50f027 (patch) | |
tree | 1010cda39a45591b7a6ba98e75a46305b77a38a4 /meta/recipes-devtools/installer | |
parent | 6ba089373b5b2117c3d50ee58c11c6f46e62fecb (diff) | |
download | openembedded-core-48bdfc957f1994f945ca46fd769e154c1d50f027.tar.gz openembedded-core-48bdfc957f1994f945ca46fd769e154c1d50f027.tar.bz2 openembedded-core-48bdfc957f1994f945ca46fd769e154c1d50f027.zip |
adt-installer: tweak DESCRIPTION and add SUMMARY and HOMEPAGE
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/installer')
-rw-r--r-- | meta/recipes-devtools/installer/adt-installer_1.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/installer/adt-installer_1.0.bb b/meta/recipes-devtools/installer/adt-installer_1.0.bb index a4cdde5701..e2c41a8ba1 100644 --- a/meta/recipes-devtools/installer/adt-installer_1.0.bb +++ b/meta/recipes-devtools/installer/adt-installer_1.0.bb @@ -21,7 +21,9 @@ # THE SOFTWARE. -DESCRIPTION = "Meta package for creating sdk installer tarball" +SUMMARY = "Application Development Toolkit" +DESCRIPTION = "Creates the Application Development Toolkit (ADT) installer tarball" +HOMEPAGE = "http://www.yoctoproject.org/tools-resources/projects/application-development-toolkit-adt" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" LICENSE = "MIT" |