* [PATCH 0/2] Add libedit, neardal recipes
@ 2015-02-12 13:01 Oleg Zhurakivskyy
2015-02-12 13:01 ` [PATCH 1/2] libedit: Add recipe Oleg Zhurakivskyy
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Oleg Zhurakivskyy @ 2015-02-12 13:01 UTC (permalink / raw)
To: openembedded-core
Hello,
Please find changes that contain 2 new recipes:
- libedit: BSD licensed command line editor library.
- neardal: neard abstraction library.
Regards,
Oleg
Oleg Zhurakivskyy (2):
libedit: Add recipe
neardal: Add recipe
meta/recipes-connectivity/neardal/neardal.inc | 22 +++++++++++++++++++
.../recipes-connectivity/neardal/neardal/ncl.patch | 25 ++++++++++++++++++++++
meta/recipes-connectivity/neardal/neardal_0.14.bb | 6 ++++++
meta/recipes-core/libedit/libedit_0.52.bb | 22 +++++++++++++++++++
4 files changed, 75 insertions(+)
create mode 100644 meta/recipes-connectivity/neardal/neardal.inc
create mode 100644 meta/recipes-connectivity/neardal/neardal/ncl.patch
create mode 100644 meta/recipes-connectivity/neardal/neardal_0.14.bb
create mode 100644 meta/recipes-core/libedit/libedit_0.52.bb
--
2.1.0
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 1/2] libedit: Add recipe
2015-02-12 13:01 [PATCH 0/2] Add libedit, neardal recipes Oleg Zhurakivskyy
@ 2015-02-12 13:01 ` Oleg Zhurakivskyy
2015-02-12 13:01 ` [PATCH 2/2] neardal: " Oleg Zhurakivskyy
2015-02-13 16:53 ` [PATCH 0/2] Add libedit, neardal recipes Burton, Ross
2 siblings, 0 replies; 7+ messages in thread
From: Oleg Zhurakivskyy @ 2015-02-12 13:01 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
---
meta/recipes-core/libedit/libedit_0.52.bb | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
create mode 100644 meta/recipes-core/libedit/libedit_0.52.bb
diff --git a/meta/recipes-core/libedit/libedit_0.52.bb b/meta/recipes-core/libedit/libedit_0.52.bb
new file mode 100644
index 0000000..d1b1ff5
--- /dev/null
+++ b/meta/recipes-core/libedit/libedit_0.52.bb
@@ -0,0 +1,22 @@
+SUMMARY = "Editline Library"
+
+DESCRIPTION = "Editline is a command line editor library that provides \
+generic line editing, history, and tokenization functions, similar \
+to those found in GNU Readline."
+
+HOMEPAGE = "http://thrysoee.dk/editline/"
+SECTION = "libs"
+LICENSE ="BSD-3-Clause"
+
+DEPENDS = "ncurses"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=1e4228d0c5a9093b01aeaaeae6641533 \
+ file://src/editline/readline.h;beginline=3;endline=30;md5=e53a11ef54ae0dedee96693404b299d4"
+
+inherit autotools
+
+S = "${WORKDIR}/libedit-20141029-3.1"
+
+SRC_URI = "http://thrysoee.dk/editline/libedit-20141030-3.1.tar.gz"
+SRC_URI[md5sum] = "5f18e63346d31b877cdf36b5c59b810b"
+SRC_URI[sha256sum] = "9701e16570fb8f7fa407b506986652221b701a9dd61defc05bb7d1c61cdf5a40"
--
2.1.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 2/2] neardal: Add recipe
2015-02-12 13:01 [PATCH 0/2] Add libedit, neardal recipes Oleg Zhurakivskyy
2015-02-12 13:01 ` [PATCH 1/2] libedit: Add recipe Oleg Zhurakivskyy
@ 2015-02-12 13:01 ` Oleg Zhurakivskyy
2015-02-13 16:53 ` [PATCH 0/2] Add libedit, neardal recipes Burton, Ross
2 siblings, 0 replies; 7+ messages in thread
From: Oleg Zhurakivskyy @ 2015-02-12 13:01 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
---
meta/recipes-connectivity/neardal/neardal.inc | 22 +++++++++++++++++++
.../recipes-connectivity/neardal/neardal/ncl.patch | 25 ++++++++++++++++++++++
meta/recipes-connectivity/neardal/neardal_0.14.bb | 6 ++++++
3 files changed, 53 insertions(+)
create mode 100644 meta/recipes-connectivity/neardal/neardal.inc
create mode 100644 meta/recipes-connectivity/neardal/neardal/ncl.patch
create mode 100644 meta/recipes-connectivity/neardal/neardal_0.14.bb
diff --git a/meta/recipes-connectivity/neardal/neardal.inc b/meta/recipes-connectivity/neardal/neardal.inc
new file mode 100644
index 0000000..dab392a
--- /dev/null
+++ b/meta/recipes-connectivity/neardal/neardal.inc
@@ -0,0 +1,22 @@
+SUMMARY = "Neard Abstraction Library (NeardAL)"
+
+DESCRIPTION = "NeardAL is a library that provides a simple C API \
+to exchange data with NFC daemon (Neard)."
+
+HOMEPAGE = "https://github.com/connectivity/neardal"
+SECTION = "libs"
+LICENSE = "LGPLv2"
+
+DEPENDS = "glib-2.0 libedit"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=6a6e689d19255cf0557f3fe7d7068212 \
+ file://lib/neardal.h;endline=20;md5=a53e93aea9357387078ed217565c0a99"
+
+inherit autotools pkgconfig
+
+PACKAGES =+ "${PN}-tools ${PN}-tools-dbg"
+
+FILES_${PN}-tools = "${libexecdir}/ncl"
+FILES_${PN}-tools-dbg += "${libexecdir}/.debug"
+
+RDEPENDS_${PN}-tools = "bash"
diff --git a/meta/recipes-connectivity/neardal/neardal/ncl.patch b/meta/recipes-connectivity/neardal/neardal/ncl.patch
new file mode 100644
index 0000000..baef6cc
--- /dev/null
+++ b/meta/recipes-connectivity/neardal/neardal/ncl.patch
@@ -0,0 +1,25 @@
+From eab402bae42c3ea5caa8d540b6702d39e56c84c1 Mon Sep 17 00:00:00 2001
+From: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
+Date: Tue, 10 Feb 2015 12:58:39 +0200
+Subject: [PATCH] build: Install ncl
+
+Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
+---
+ ncl/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/ncl/Makefile.am b/ncl/Makefile.am
+index beda75b..c06742f 100644
+--- a/ncl/Makefile.am
++++ b/ncl/Makefile.am
+@@ -1,6 +1,6 @@
+ AM_CPPFLAGS = @gio_CFLAGS@ -I$(top_builddir)/lib -I$(top_srcdir)/lib
+
+-noinst_PROGRAMS=ncl
++libexec_PROGRAMS = ncl
+
+ ncl_SOURCES = \
+ $(srcdir)/ncl.c $(srcdir)/ncl.h \
+--
+2.1.0
+
diff --git a/meta/recipes-connectivity/neardal/neardal_0.14.bb b/meta/recipes-connectivity/neardal/neardal_0.14.bb
new file mode 100644
index 0000000..5306e49
--- /dev/null
+++ b/meta/recipes-connectivity/neardal/neardal_0.14.bb
@@ -0,0 +1,6 @@
+require neardal.inc
+
+SRC_URI = "https://github.com/connectivity/neardal/archive/${PV}.tar.gz \
+ file://ncl.patch"
+SRC_URI[md5sum] = "3dbda58253ca30ee6a7a7573eaa68f40"
+SRC_URI[sha256sum] = "157d320bd831d91a82203d9697d2d2a2cebdb515d6e1c4ce04fe8ef27d1da615"
--
2.1.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH 0/2] Add libedit, neardal recipes
2015-02-12 13:01 [PATCH 0/2] Add libedit, neardal recipes Oleg Zhurakivskyy
2015-02-12 13:01 ` [PATCH 1/2] libedit: Add recipe Oleg Zhurakivskyy
2015-02-12 13:01 ` [PATCH 2/2] neardal: " Oleg Zhurakivskyy
@ 2015-02-13 16:53 ` Burton, Ross
2015-02-16 9:09 ` Oleg Zhurakivskyy
2 siblings, 1 reply; 7+ messages in thread
From: Burton, Ross @ 2015-02-13 16:53 UTC (permalink / raw)
To: Oleg Zhurakivskyy; +Cc: OE-core
[-- Attachment #1: Type: text/plain, Size: 540 bytes --]
Hi Oleg,
On 12 February 2015 at 13:01, Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com
> wrote:
> - libedit: BSD licensed command line editor library.
> - neardal: neard abstraction library.
>
As nothing else in oe-core needs there right now, I'd suggest that neardal
should be in meta-connectivity and libedit is already in meta-oe (
https://github.com/openembedded/meta-openembedded/blob/master/meta-oe/recipes-devtools/libedit/libedit_20130712-3.1.bb)
alebit an older release so an upgrade patch would be welcome.
Ross
[-- Attachment #2: Type: text/html, Size: 1165 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 0/2] Add libedit, neardal recipes
2015-02-13 16:53 ` [PATCH 0/2] Add libedit, neardal recipes Burton, Ross
@ 2015-02-16 9:09 ` Oleg Zhurakivskyy
2015-02-19 11:00 ` Burton, Ross
0 siblings, 1 reply; 7+ messages in thread
From: Oleg Zhurakivskyy @ 2015-02-16 9:09 UTC (permalink / raw)
To: Burton, Ross; +Cc: OE-core
Hi Ross,
On 02/13/2015 06:53 PM, Burton, Ross wrote:
> As nothing else in oe-core needs there right now, I'd suggest that neardal should be in meta-connectivity and libedit is already in meta-oe (https://github.com/openembedded/meta-openembedded/blob/master/meta-oe/recipes-devtools/libedit/libedit_20130712-3.1.bb) alebit an older release so an upgrade patch would be welcome.
Thanks for pointing these out, I will correct both.
Just to make sure I understood correctly regarding meta-connectivity, is that meta-oe/recipes-connectivity?
Thanks in advance!
Regards,
Oleg
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 0/2] Add libedit, neardal recipes
2015-02-16 9:09 ` Oleg Zhurakivskyy
@ 2015-02-19 11:00 ` Burton, Ross
2015-02-19 11:24 ` Oleg Zhurakivskyy
0 siblings, 1 reply; 7+ messages in thread
From: Burton, Ross @ 2015-02-19 11:00 UTC (permalink / raw)
To: Oleg Zhurakivskyy; +Cc: OE-core
[-- Attachment #1: Type: text/plain, Size: 287 bytes --]
Hi Oleg,
On 16 February 2015 at 09:09, Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com
> wrote:
> Just to make sure I understood correctly regarding meta-connectivity, is
> that meta-oe/recipes-connectivity?
>
Sorry, typos abound. Yes, meta-oe/recipes-connectivity.
Ross
[-- Attachment #2: Type: text/html, Size: 708 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 0/2] Add libedit, neardal recipes
2015-02-19 11:00 ` Burton, Ross
@ 2015-02-19 11:24 ` Oleg Zhurakivskyy
0 siblings, 0 replies; 7+ messages in thread
From: Oleg Zhurakivskyy @ 2015-02-19 11:24 UTC (permalink / raw)
To: Burton, Ross; +Cc: OE-core
Hi Ross,
On 02/19/2015 01:00 PM, Burton, Ross wrote:
>> Just to make sure I understood correctly regarding meta-connectivity, is that meta-oe/recipes-connectivity?
>
> Sorry, typos abound. Yes, meta-oe/recipes-connectivity.
OK. Thanks a lot!
Regards,
Oleg
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-02-19 11:24 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-12 13:01 [PATCH 0/2] Add libedit, neardal recipes Oleg Zhurakivskyy
2015-02-12 13:01 ` [PATCH 1/2] libedit: Add recipe Oleg Zhurakivskyy
2015-02-12 13:01 ` [PATCH 2/2] neardal: " Oleg Zhurakivskyy
2015-02-13 16:53 ` [PATCH 0/2] Add libedit, neardal recipes Burton, Ross
2015-02-16 9:09 ` Oleg Zhurakivskyy
2015-02-19 11:00 ` Burton, Ross
2015-02-19 11:24 ` Oleg Zhurakivskyy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox