From patchwork Mon Oct 22 12:46:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 193149 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 985F22C00F8 for ; Mon, 22 Oct 2012 23:47:45 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id C02B5101D99; Mon, 22 Oct 2012 12:47:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2avlWhFfPmBK; Mon, 22 Oct 2012 12:47:33 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 8899A101BE9; Mon, 22 Oct 2012 12:47:10 +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 DF00A8F74A for ; Mon, 22 Oct 2012 12:47:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 93E0D8A397 for ; Mon, 22 Oct 2012 12:47:12 +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 RalP2nrLhmI7 for ; Mon, 22 Oct 2012 12:47:11 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [85.10.205.246]) by whitealder.osuosl.org (Postfix) with ESMTPS id 2A2C78B07A for ; Mon, 22 Oct 2012 12:47:10 +0000 (UTC) Received: from asgard (host64.186-124-35.telecom.net.ar [186.124.35.64]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q9MCl45E004630 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 22 Oct 2012 12:47:06 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1350910028; bh=kWEdwyd0e+2x7sNGDvan7XRAKBKdNGjZ1Mo4l0r2/E0=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=X812wLChVowYCXmkDU2PQlgELYxQo+Hoac4yjdl/Oa9pJ9ObFvLqp64hOCVrIEoEQ 94+IO5lM5UOc20v/cbTho5ItGOsrCH972OUlAgURm/Bbi5d0xQW5c5aRcZoHBaAZJG J8u7itY2OInhwQXOvbObTC8gPj9k+P0K6/JFasQk= Received: by asgard (sSMTP sendmail emulation); Mon, 22 Oct 2012 09:47:04 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 22 Oct 2012 09:46:24 -0300 Message-Id: <1350909989-1012-7-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 In-Reply-To: <1350909989-1012-1-git-send-email-gustavo@zacarias.com.ar> References: <1350909989-1012-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 07/12] libmnl: add license info 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 Signed-off-by: Gustavo Zacarias --- package/libmnl/libmnl.mk | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/package/libmnl/libmnl.mk b/package/libmnl/libmnl.mk index 75bb238..1f71347 100644 --- a/package/libmnl/libmnl.mk +++ b/package/libmnl/libmnl.mk @@ -8,5 +8,7 @@ LIBMNL_VERSION = 1.0.3 LIBMNL_SOURCE = libmnl-$(LIBMNL_VERSION).tar.bz2 LIBMNL_SITE = http://netfilter.org/projects/libmnl/files LIBMNL_INSTALL_STAGING = YES +LIBMNL_LICENSE = LGPLv2.1+ +LIBMNL_LICENSE_FILES = COPYING $(eval $(autotools-package))