All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 0/2] Add a couple of recipes
@ 2012-10-29  9:36 Paul Eggleton
  2012-10-29  9:36 ` [meta-oe][PATCH 1/2] ddrescue: add from OE-Classic, update and tidy up Paul Eggleton
  2012-10-29  9:36 ` [meta-oe][PATCH 2/2] iotop: " Paul Eggleton
  0 siblings, 2 replies; 3+ messages in thread
From: Paul Eggleton @ 2012-10-29  9:36 UTC (permalink / raw)
  To: openembedded-devel

The following changes since commit 1571c2c566c51799eceea2aabe13d1c3116f36b3:

  samba: update documentation2.patch to apply (2012-10-26 13:00:24 +0200)

are available in the git repository at:

  git://git.openembedded.org/meta-openembedded-contrib paule/add1
  http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=paule/add1

Paul Eggleton (2):
  ddrescue: add from OE-Classic, update and tidy up
  iotop: add from OE-Classic, update and tidy up

 meta-oe/recipes-extended/ddrescue/ddrescue_1.16.bb |   18 +++++++++++++++
 meta-oe/recipes-extended/iotop/iotop_0.4.4.bb      |   24 ++++++++++++++++++++
 2 files changed, 42 insertions(+)
 create mode 100644 meta-oe/recipes-extended/ddrescue/ddrescue_1.16.bb
 create mode 100644 meta-oe/recipes-extended/iotop/iotop_0.4.4.bb

-- 
1.7.9.5




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [meta-oe][PATCH 1/2] ddrescue: add from OE-Classic, update and tidy up
  2012-10-29  9:36 [meta-oe][PATCH 0/2] Add a couple of recipes Paul Eggleton
@ 2012-10-29  9:36 ` Paul Eggleton
  2012-10-29  9:36 ` [meta-oe][PATCH 2/2] iotop: " Paul Eggleton
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Eggleton @ 2012-10-29  9:36 UTC (permalink / raw)
  To: openembedded-devel

* Update to 1.16
* Add LIC_FILES_CHKSUM
* Add SUMMARY and extend DESCRIPTION
* Drop PRIORITY
* Drop AUTHOR (generally we don't include this)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta-oe/recipes-extended/ddrescue/ddrescue_1.16.bb |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 meta-oe/recipes-extended/ddrescue/ddrescue_1.16.bb

diff --git a/meta-oe/recipes-extended/ddrescue/ddrescue_1.16.bb b/meta-oe/recipes-extended/ddrescue/ddrescue_1.16.bb
new file mode 100644
index 0000000..3000dbb
--- /dev/null
+++ b/meta-oe/recipes-extended/ddrescue/ddrescue_1.16.bb
@@ -0,0 +1,18 @@
+SUMMARY = "Data recovery tool"
+DESCRIPTION = "GNU ddrescue is a data recovery tool. It copies data \
+ from one file or block device (hard disc, cdrom, etc) to another, \
+ trying hard to rescue data in case of read errors."
+HOMEPAGE = "http://www.gnu.org/software/ddrescue/ddrescue.html"
+SECTION = "console"
+LICENSE = "GPLv3+"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
+                    file://main_common.cc;startline=5;endline=16;md5=0ef2c1bede11c6c9c6c12330d60bc7a7"
+
+SRC_URI = "${GNU_MIRROR}/${PN}/${P}.tar.gz"
+SRC_URI[md5sum] = "57b67407e882c6418531d48a2f20d16b"
+SRC_URI[sha256sum] = "76b3f2e5fb0306d24f2632c3e168cccb73dc0a348e3a7089cd9230748ff23de6"
+
+inherit autotools
+
+EXTRA_OECONF = "'CXX=${CXX}' 'CPPFLAGS=${CPPFLAGS}' 'CXXFLAGS=${CXXFLAGS}' 'LDFLAGS=${LDFLAGS}'"
-- 
1.7.9.5




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [meta-oe][PATCH 2/2] iotop: add from OE-Classic, update and tidy up
  2012-10-29  9:36 [meta-oe][PATCH 0/2] Add a couple of recipes Paul Eggleton
  2012-10-29  9:36 ` [meta-oe][PATCH 1/2] ddrescue: add from OE-Classic, update and tidy up Paul Eggleton
@ 2012-10-29  9:36 ` Paul Eggleton
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Eggleton @ 2012-10-29  9:36 UTC (permalink / raw)
  To: openembedded-devel

* Update to 0.4.4, adjusting python module dependencies as appropriate
* Add SUMMARY and DESCRIPTION
* Add LIC_FILES_CHKSUM
* Make LICENSE more accurate
* Fix unpackaged directory warning

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta-oe/recipes-extended/iotop/iotop_0.4.4.bb |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 meta-oe/recipes-extended/iotop/iotop_0.4.4.bb

diff --git a/meta-oe/recipes-extended/iotop/iotop_0.4.4.bb b/meta-oe/recipes-extended/iotop/iotop_0.4.4.bb
new file mode 100644
index 0000000..8be41af
--- /dev/null
+++ b/meta-oe/recipes-extended/iotop/iotop_0.4.4.bb
@@ -0,0 +1,24 @@
+SUMMARY = "Simple top-like I/O monitor"
+DESCRIPTION = "iotop does for I/O usage what top(1) does for CPU usage. \
+ It watches I/O usage information output by the Linux kernel and displays \
+ a table of current I/O usage by processes on the system."
+HOMEPAGE = "http://guichaz.free.fr/iotop/"
+
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4"
+
+SRC_URI = "http://guichaz.free.fr/iotop/files/${PN}-${PV}.tar.bz2"
+SRC_URI[md5sum] = "cdd38b276cbf238676f5d2bcf098ba9c"
+SRC_URI[sha256sum] = "46f3279fb1a7dfc129b5d00950c6e8389e4aedeb58880e848b88d686483df0b0"
+
+inherit distutils
+
+do_install_append() {
+	rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/site.pyo
+	rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/site.py
+	[ -d ${D}${datadir}/share ] && rmdir ${D}${datadir}/share
+}
+
+RDEPENDS_${PN} = "python-distutils python-curses python-textutils \
+                  python-codecs python-ctypes python-pprint \
+                  python-shell"
-- 
1.7.9.5




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-10-29 11:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-29  9:36 [meta-oe][PATCH 0/2] Add a couple of recipes Paul Eggleton
2012-10-29  9:36 ` [meta-oe][PATCH 1/2] ddrescue: add from OE-Classic, update and tidy up Paul Eggleton
2012-10-29  9:36 ` [meta-oe][PATCH 2/2] iotop: " Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.