From patchwork Wed Oct 9 01:26:20 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 281695 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 91EAF2C00A3 for ; Wed, 9 Oct 2013 12:26:31 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 7FBB18B163; Wed, 9 Oct 2013 01:26:30 +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 CgscunBhCuMP; Wed, 9 Oct 2013 01:26:27 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 25235896C3; Wed, 9 Oct 2013 01:26:27 +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 E0ED81BF9F0 for ; Wed, 9 Oct 2013 01:26:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E0BC489C7F for ; Wed, 9 Oct 2013 01:26: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 hYfpbRHJvIzK for ; Wed, 9 Oct 2013 01:26:25 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pa0-f48.google.com (mail-pa0-f48.google.com [209.85.220.48]) by whitealder.osuosl.org (Postfix) with ESMTPS id 3EB0D89A29 for ; Wed, 9 Oct 2013 01:26:25 +0000 (UTC) Received: by mail-pa0-f48.google.com with SMTP id bj1so266984pad.21 for ; Tue, 08 Oct 2013 18:26:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:to:cc:date:content-type :mime-version:content-transfer-encoding; bh=A90phQPY28D199UB4h4k9KJAHdrunZncjAHl4wZ8tPw=; b=SM5PBxoermeAZtlqE4dLL9vu4lcpWVhRsXDtx5TGCRspMXYUH4+QAjsHn4awaW8Aev HvHYav6LLjj1C8lov465jNId6KQ7PsdXU/uLZ5zT6LLQX+P44B65OKC26wpqN+65jnfy Lhd7WHTMeOblGAZegzfQBR4k4TZQ2PJP+i7y69KXIL5CqPsW5lFjrGXShmWbYPi6ezCD AZ6lDoEWrmfiDZnRpfoNXYjIQKXqU56Q3rKdG0HCW6kUPMyAszAfnWKSYnhm487V0IaV sKsgi1g9OWwukals4xcYD4KMibPoNDWFFIIAUl9PByzybJihi1iFpqtSnC5st/Q+raOL POlQ== X-Gm-Message-State: ALoCoQk4TFxp6dv4b8A7rOYaAi//JLvHUOcz9g94WwSgklJNXGwemiJDRv0VHXN9ssET/KGUtgDm X-Received: by 10.68.198.68 with SMTP id ja4mr5085620pbc.24.1381281984934; Tue, 08 Oct 2013 18:26:24 -0700 (PDT) Received: from [192.168.1.108] (111-240-48-148.dynamic.hinet.net. [111.240.48.148]) by mx.google.com with ESMTPSA id im8sm42915856pbc.24.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 08 Oct 2013 18:26:24 -0700 (PDT) Message-ID: <1381281980.27485.2.camel@phoenix> From: Axel Lin To: Peter Korsgaard Date: Wed, 09 Oct 2013 09:26:20 +0800 X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: buildroot@busybox.net Subject: [Buildroot] [PATCH 1/2] xmlstarlet: add license information 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: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Axel Lin Acked-by: Arnout Vandecappelle (Essensium/Mind) --- package/xmlstarlet/xmlstarlet.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/xmlstarlet/xmlstarlet.mk b/package/xmlstarlet/xmlstarlet.mk index f0a26c2..4a30feb 100644 --- a/package/xmlstarlet/xmlstarlet.mk +++ b/package/xmlstarlet/xmlstarlet.mk @@ -6,6 +6,8 @@ XMLSTARLET_VERSION = 1.3.0 XMLSTARLET_SITE = http://downloads.sourceforge.net/project/xmlstar/xmlstarlet/$(XMLSTARLET_VERSION) +XMLSTARLET_LICENSE = MIT +XMLSTARLET_LICENSE_FILES = COPYING Copyright XMLSTARLET_DEPENDENCIES += libxml2 libxslt \ $(if $(BR2_PACKAGE_LIBICONV),libiconv)