From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe][PATCH] initial collectd recipe
Date: Sat, 20 Oct 2012 12:25:15 +0100 [thread overview]
Message-ID: <1350732316-5310-1-git-send-email-paul.eggleton@linux.intel.com> (raw)
Based on initial version by Koen Kooi <koen@beagleboard.org>
Currently broken - attempts to rerun configure during do_compile.
---
.../recipes-extended/collectd/collectd_5.1.0.bb | 30 ++++++++++++++++++++
1 file changed, 30 insertions(+)
create mode 100644 meta-oe/recipes-extended/collectd/collectd_5.1.0.bb
diff --git a/meta-oe/recipes-extended/collectd/collectd_5.1.0.bb b/meta-oe/recipes-extended/collectd/collectd_5.1.0.bb
new file mode 100644
index 0000000..e4008c5
--- /dev/null
+++ b/meta-oe/recipes-extended/collectd/collectd_5.1.0.bb
@@ -0,0 +1,30 @@
+DESCRIPTION = "collectd is a daemon which collects system performance statistics periodically and provides mechanisms to store the values in a variety of ways, for example in RRD files."
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
+
+DEPENDS = "rrdtool curl mysql5 net-snmp libpcap libxml2 yajl libgcrypt libtool"
+
+SRC_URI = "http://collectd.org/files/collectd-${PV}.tar.bz2"
+SRC_URI[md5sum] = "141570150b4608c0c567330f6f146e0f"
+SRC_URI[sha256sum] = "521d4be7df5bc1124b7b9ea88227e95839a5f7c1b704a5bde0f60f058ec6eecb"
+
+inherit autotools pythonnative
+
+# Floatingpoint layout, architecture dependent
+# 'nothing', 'endianflip' or 'intswap'
+FPLAYOUT ?= "--with-fp-layout=nothing"
+
+EXTRA_OECONF = " \
+ ${FPLAYOUT} \
+ --disable-perl \
+ --with-libgcrypt=${STAGING_BINDIR_CROSS}/libgcrypt-config \
+"
+
+# 'compile' from libtool is missing in sysroots (${datadir}/libtool/config/compile)
+do_configure() {
+ aclocal
+ export GCRYPT_LDFLAGS=" "
+ oe_runconf
+}
+
--
1.7.9.5
next reply other threads:[~2012-10-20 11:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-20 11:25 Paul Eggleton [this message]
2012-10-20 11:27 ` [meta-oe][PATCH] initial collectd recipe Paul Eggleton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1350732316-5310-1-git-send-email-paul.eggleton@linux.intel.com \
--to=paul.eggleton@linux.intel.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox