From patchwork Tue Apr 2 14:42:18 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 233018 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 0D3992C008E for ; Wed, 3 Apr 2013 01:42:41 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id B892B201D5; Tue, 2 Apr 2013 14:42:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id T68yma9m6Bm6; Tue, 2 Apr 2013 14:42:31 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 8D3FE30D62; Tue, 2 Apr 2013 14:42:26 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 09D398F75E for ; Tue, 2 Apr 2013 14:42:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 67EDC8C2FB for ; Tue, 2 Apr 2013 14:42:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3VonY3QwunW2 for ; Tue, 2 Apr 2013 14:42:24 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f169.google.com (mail-we0-f169.google.com [74.125.82.169]) by whitealder.osuosl.org (Postfix) with ESMTPS id D0E378A8BC for ; Tue, 2 Apr 2013 14:42:23 +0000 (UTC) Received: by mail-we0-f169.google.com with SMTP id x43so398444wey.0 for ; Tue, 02 Apr 2013 07:42:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:subject:date:message-id:x-mailer; bh=8HXQ2F1DM1nRmRwftz6TWuwNs1oCD9Wu9woCxMqWPfE=; b=U4OZdLG5r/bfdNvX67RTzOYQy51ZzVC/mVuQqkOGY7b833irI1/UYzR7UE+tTy9vZC JJB+ugjGIc+1s/0gkRICRCnM+T8m2+r2HWkhLJ8KECsKDK010oAHrdE/QDV57HDDL+5H Ay6h+PCYYnMfPu/xROuB2n4bZgH00gc5wdsivL3x+9IFJIGcZLfCgo4MR3O7lbQ7nLLA KpkyrTCW8qfOVYpLgkMSaffR5/gS148SaxGgrzHbHf8TV5pCgA2HZsLWBqYc+otrPfbS KZ0/zJctFwbaWEM9IKTKp6ybED1JFvty6YWf+//k47liPi41ew62Z1myklL04kkXi2IM LRIA== X-Received: by 10.194.20.9 with SMTP id j9mr22369328wje.56.1364913741846; Tue, 02 Apr 2013 07:42:21 -0700 (PDT) Received: from localhost.localdomain (host86-145-180-52.range86-145.btcentralplus.com. [86.145.180.52]) by mx.google.com with ESMTPS id bq19sm2983026wib.7.2013.04.02.07.42.20 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 02 Apr 2013 07:42:20 -0700 (PDT) From: spdawson@gmail.com To: buildroot@busybox.net Date: Tue, 2 Apr 2013 15:42:18 +0100 Message-Id: <1364913738-13306-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.7.10.4 Subject: [Buildroot] [PATCH] libsigsegv: new package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net From: Simon Dawson Signed-off-by: Simon Dawson Acked-by: Thomas Petazzoni Tested-by: Thomas Petazzoni --- 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))