* [PATCH 0/2] A couple of fixes for zisofs-tools-native
@ 2013-11-05 10:15 Paul Eggleton
2013-11-05 10:15 ` [PATCH 1/2] zisofs-tools-native: add missing DEPENDS on zlib-native Paul Eggleton
2013-11-05 10:15 ` [PATCH 2/2] zisofs-tools-native: fix meta fields Paul Eggleton
0 siblings, 2 replies; 3+ messages in thread
From: Paul Eggleton @ 2013-11-05 10:15 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 1d2d37d579492b63d20ff8aa890a43b9a1576cf0:
toaster: add class to dump toaster-tracked data (2013-11-04 09:35:01 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib paule/zisofs-tools
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/zisofs-tools
Paul Eggleton (2):
zisofs-tools-native: add missing DEPENDS on zlib-native
zisofs-tools-native: fix meta fields
meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
--
1.8.1.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/2] zisofs-tools-native: add missing DEPENDS on zlib-native
2013-11-05 10:15 [PATCH 0/2] A couple of fixes for zisofs-tools-native Paul Eggleton
@ 2013-11-05 10:15 ` Paul Eggleton
2013-11-05 10:15 ` [PATCH 2/2] zisofs-tools-native: fix meta fields Paul Eggleton
1 sibling, 0 replies; 3+ messages in thread
From: Paul Eggleton @ 2013-11-05 10:15 UTC (permalink / raw)
To: openembedded-core
zisofs-tools links against zlib.
Fixes [YOCTO #5420].
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb | 2 ++
1 file changed, 2 insertions(+)
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..02accf6 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
@@ -7,6 +7,8 @@ SECTION = "console/utils"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+DEPENDS = "zlib-native"
+
SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/zisofs-tools/zisofs-tools-${PV}.tar.bz2/2d0ed8c9a1f60b45f949b136f9be1f6c/zisofs-tools-${PV}.tar.bz2"
SRC_URI[md5sum] = "2d0ed8c9a1f60b45f949b136f9be1f6c"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/2] zisofs-tools-native: fix meta fields
2013-11-05 10:15 [PATCH 0/2] A couple of fixes for zisofs-tools-native Paul Eggleton
2013-11-05 10:15 ` [PATCH 1/2] zisofs-tools-native: add missing DEPENDS on zlib-native Paul Eggleton
@ 2013-11-05 10:15 ` Paul Eggleton
1 sibling, 0 replies; 3+ messages in thread
From: Paul Eggleton @ 2013-11-05 10:15 UTC (permalink / raw)
To: openembedded-core
* 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@linux.intel.com>
---
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-11-05 10:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-05 10:15 [PATCH 0/2] A couple of fixes for zisofs-tools-native Paul Eggleton
2013-11-05 10:15 ` [PATCH 1/2] zisofs-tools-native: add missing DEPENDS on zlib-native Paul Eggleton
2013-11-05 10:15 ` [PATCH 2/2] zisofs-tools-native: fix meta fields Paul Eggleton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox