From: "Joao H. Freitas" <joaohf@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 1/4] Add lksctp tools
Date: Tue, 29 Jun 2010 21:41:40 -0300 [thread overview]
Message-ID: <1277858503-27321-2-git-send-email-joaohf@gmail.com> (raw)
In-Reply-To: <1277858503-27321-1-git-send-email-joaohf@gmail.com>
---
recipes/lksctp-tools/lksctp-tools.inc | 29 ++++++++++++++++++++++++++++
recipes/lksctp-tools/lksctp-tools_1.0.7.bb | 11 ++++++++++
2 files changed, 40 insertions(+), 0 deletions(-)
create mode 100644 recipes/lksctp-tools/lksctp-tools.inc
create mode 100644 recipes/lksctp-tools/lksctp-tools_1.0.7.bb
diff --git a/recipes/lksctp-tools/lksctp-tools.inc b/recipes/lksctp-tools/lksctp-tools.inc
new file mode 100644
index 0000000..678531e
--- /dev/null
+++ b/recipes/lksctp-tools/lksctp-tools.inc
@@ -0,0 +1,29 @@
+DESCRIPTION = "The Linux Kernel Stream Control Transmission Protocol (lksctp) project"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "GPLv2"
+#DEPENDS_virtclass-native = "python-native"
+
+S = "${WORKDIR}/${BPN}-${PV}"
+
+INC_PR = "r0"
+
+BBCLASSEXTEND = "native"
+
+inherit autotools pkgconfig binconfig
+
+export LDFLAGS += "-ldl"
+
+do_install_append_virtclass-native() {
+ :
+}
+
+DEBIANNAME_${PN} = "lksctp"
+
+PACKAGES =+ "${PN}-tools"
+FILES_${PN} = "${libexecdir}/* ${libdir}/lib*${SOLIBS} \
+ ${sysconfdir} ${sharedstatedir} ${localstatedir} \
+ ${base_libdir}/*${SOLIBS}"
+
+FILES_${PN}-dev += "${bindir}/*-config"
+FILES_${PN}-utils = ""
diff --git a/recipes/lksctp-tools/lksctp-tools_1.0.7.bb b/recipes/lksctp-tools/lksctp-tools_1.0.7.bb
new file mode 100644
index 0000000..34c2ce5
--- /dev/null
+++ b/recipes/lksctp-tools/lksctp-tools_1.0.7.bb
@@ -0,0 +1,11 @@
+require lksctp-tools.inc
+PR = "${INC_PR}.0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/lksctp/lksctp-tools-${PV}.tar.gz"
+
+PARALLEL_MAKE = ""
+CCACHE = ""
+
+
+SRC_URI[md5sum] = "047562b40537eb3be5d5ec3ae0a2198b"
+SRC_URI[sha256sum] = "e920e89d110cff9847f1d86a1d7a23a156a8abcc9e65a35655d687fd08377595"
--
1.7.0.2
next prev parent reply other threads:[~2010-06-30 0:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-30 0:41 Fixes lksctp recipe Joao H. Freitas
2010-06-30 0:41 ` Joao H. Freitas [this message]
2010-06-30 0:41 ` [PATCH 2/4] Remove mistake configs Joao H. Freitas
2010-06-30 0:41 ` [PATCH 3/4] fix missing packages Joao H. Freitas
2010-06-30 0:41 ` [PATCH 4/4] rename libsctp package Joao H. Freitas
2010-06-30 8:25 ` Fixes lksctp recipe Henning Heinold
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=1277858503-27321-2-git-send-email-joaohf@gmail.com \
--to=joaohf@gmail.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 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.