[oe-commits] Paul Eggleton : zisofs-tools-native: fix meta fields

git at git.openembedded.org git at git.openembedded.org
Fri Nov 8 17:26:28 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 0346375152761b2aaa897a546ae9ba2d386d5267
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=0346375152761b2aaa897a546ae9ba2d386d5267

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Tue Nov  5 10:15:20 2013 +0000

zisofs-tools-native: fix meta fields

* 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 <paul.eggleton at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 1501307..3907210 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"



More information about the Openembedded-commits mailing list