Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] libsigsegv: new package
@ 2013-04-02 14:42 spdawson at gmail.com
  2013-04-07 20:04 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: spdawson at gmail.com @ 2013-04-02 14:42 UTC (permalink / raw)
  To: buildroot

From: Simon Dawson <spdawson@gmail.com>

Signed-off-by: Simon Dawson <spdawson@gmail.com>
---
 package/Config.in                |    1 +
 package/libsigsegv/Config.in     |    6 ++++++
 package/libsigsegv/libsigsegv.mk |   13 +++++++++++++
 3 files changed, 20 insertions(+)
 create mode 100644 package/libsigsegv/Config.in
 create mode 100644 package/libsigsegv/libsigsegv.mk

diff --git a/package/Config.in b/package/Config.in
index 69d87f0..9fec8ca 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -570,6 +570,7 @@ source "package/libnspr/Config.in"
 source "package/libpfm4/Config.in"
 source "package/libpthsem/Config.in"
 source "package/libsigc/Config.in"
+source "package/libsigsegv/Config.in"
 source "package/libtasn1/Config.in"
 source "package/libtpl/Config.in"
 source "package/libseccomp/Config.in"
diff --git a/package/libsigsegv/Config.in b/package/libsigsegv/Config.in
new file mode 100644
index 0000000..c46bb92
--- /dev/null
+++ b/package/libsigsegv/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_LIBSIGSEGV
+	bool "libsigsegv"
+	help
+	  Library for handling page faults in user mode.
+
+	  http://libsigsegv.sourceforge.net/
diff --git a/package/libsigsegv/libsigsegv.mk b/package/libsigsegv/libsigsegv.mk
new file mode 100644
index 0000000..73a81bd
--- /dev/null
+++ b/package/libsigsegv/libsigsegv.mk
@@ -0,0 +1,13 @@
+#############################################################
+#
+# libsigsegv
+#
+#############################################################
+
+LIBSIGSEGV_VERSION = 2.6
+LIBSIGSEGV_SITE = http://ftp.gnu.org/gnu/libsigsegv
+LIBSIGSEGV_INSTALL_STAGING = YES
+LIBSIGSEGV_LICENSE = GPLv2+
+LIBSIGSEGV_LICENSE_FILES = COPYING
+
+$(eval $(autotools-package))
-- 
1.7.10.4

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

* [Buildroot] [PATCH] libsigsegv: new package
  2013-04-02 14:42 [Buildroot] [PATCH] libsigsegv: new package spdawson at gmail.com
@ 2013-04-07 20:04 ` Thomas Petazzoni
  2013-04-08  6:29   ` Simon Dawson
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2013-04-07 20:04 UTC (permalink / raw)
  To: buildroot

Simon,

On Tue,  2 Apr 2013 15:42:18 +0100, spdawson at gmail.com wrote:

> +LIBSIGSEGV_VERSION = 2.6
> +LIBSIGSEGV_SITE = http://ftp.gnu.org/gnu/libsigsegv

$(BR2_GNU_MIRROR)

Other than that:

Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

* [Buildroot] [PATCH] libsigsegv: new package
  2013-04-07 20:04 ` Thomas Petazzoni
@ 2013-04-08  6:29   ` Simon Dawson
  0 siblings, 0 replies; 3+ messages in thread
From: Simon Dawson @ 2013-04-08  6:29 UTC (permalink / raw)
  To: buildroot

On 7 April 2013 21:04, Thomas Petazzoni
<thomas.petazzoni@free-electrons.com> wrote:
>> +LIBSIGSEGV_VERSION = 2.6
>> +LIBSIGSEGV_SITE = http://ftp.gnu.org/gnu/libsigsegv
>
> $(BR2_GNU_MIRROR)
>
> Other than that:
>
> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Thanks for the review Thomas; I'll submit an updated patch.

Simon.

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

end of thread, other threads:[~2013-04-08  6:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-02 14:42 [Buildroot] [PATCH] libsigsegv: new package spdawson at gmail.com
2013-04-07 20:04 ` Thomas Petazzoni
2013-04-08  6:29   ` Simon Dawson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox