From patchwork Thu Sep 27 21:14:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 187481 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 0657A2C009D for ; Fri, 28 Sep 2012 07:15:04 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id DBF008D4B3; Thu, 27 Sep 2012 21:14:58 +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 PDj5uex4f1Ts; Thu, 27 Sep 2012 21:14:53 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 76A538F0A9; Thu, 27 Sep 2012 21:14:48 +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 98D1F8F75E for ; Thu, 27 Sep 2012 21:14:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 75AE98D4AF for ; Thu, 27 Sep 2012 21:14:45 +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 keygVU7LkRho for ; Thu, 27 Sep 2012 21:14:44 +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 38D9A8D4AC for ; Thu, 27 Sep 2012 21:14:44 +0000 (UTC) Received: from asgard (host175.200-82-91.telecom.net.ar [200.82.91.175]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q8RLEbuU020165 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 27 Sep 2012 21:14:40 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1348780482; bh=nq2RR6vBp0R9KYCZf8AkWwvbTzaFPb1eT047dAm0iPU=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=QYZ0+bofeMjeMJsh2ss4/ytVLeNO5CyD7O7gH3slhtVELXuoWVylhkuNqT6dOCU1H LcxHsZEbyMDLCMtULkhUVhc6Lj+oNA6WQbxXX3pTexVZhEAdhxKQSWgO/AjjcoAHSq KVtwQQeQJjnyHyC0glaYxkx8I3PA7ki3uD776e4s= Received: by asgard (sSMTP sendmail emulation); Thu, 27 Sep 2012 18:14:36 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 27 Sep 2012 18:14:29 -0300 Message-Id: <1348780469-23859-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 In-Reply-To: <1348780469-23859-1-git-send-email-gustavo@zacarias.com.ar> References: <1348780469-23859-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 2/2] libxml2: 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/libxml2/libxml2.mk | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/package/libxml2/libxml2.mk b/package/libxml2/libxml2.mk index ad11236..71f2bd1 100644 --- a/package/libxml2/libxml2.mk +++ b/package/libxml2/libxml2.mk @@ -8,6 +8,8 @@ LIBXML2_VERSION = 2.8.0 LIBXML2_SITE = ftp://xmlsoft.org/libxml2 LIBXML2_INSTALL_STAGING = YES LIBXML2_AUTORECONF = YES +LIBXML2_LICENSE = MIT +LIBXML2_LICENSE_FILES = COPYING ifneq ($(BR2_LARGEFILE),y) LIBXML2_CONF_ENV = CC="$(TARGET_CC) $(TARGET_CFLAGS) -DNO_LARGEFILE_SOURCE"