* Drop redundant DESCRIPTION (same as SUMMARY) * Set SUMMARY to slightly more descriptive value borrowed from Fedora * Fix HOMEPAGE URL (repeated http://)
Signed-off-by: Paul Eggleton <[email protected]> --- meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb b/meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb index 02accf6..021c058 100644 --- a/meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb +++ b/meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb @@ -1,8 +1,7 @@ # zisofs-tools-native OE build file # Copyright (C) 1989, 1991 Free Software Foundation, Inc. -SUMMARY = "A set of tools for iso file compression" -DESCRIPTION = "A set of tools for iso file compression" -HOMEPAGE = "http://http://freecode.com/projects/zisofs-tools" +SUMMARY = "Utilities for creating compressed CD-ROM filesystems" +HOMEPAGE = "http://freecode.com/projects/zisofs-tools" SECTION = "console/utils" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -- 1.8.1.2 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
