From patchwork Thu Jun 26 19:21:17 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 364697 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 DE3C71400D2 for ; Fri, 27 Jun 2014 05:30:00 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1C01D8BBD6; Thu, 26 Jun 2014 19:30:00 +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 G8Xzc+GKJVSc; Thu, 26 Jun 2014 19:29:57 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id C99BF8B818; Thu, 26 Jun 2014 19:29:57 +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 365731BF997 for ; Thu, 26 Jun 2014 19:29:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2F5188B818 for ; Thu, 26 Jun 2014 19:29:56 +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 HvsNjLc2v4su for ; Thu, 26 Jun 2014 19:29:55 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 3DEA48ABDC for ; Thu, 26 Jun 2014 19:29:55 +0000 (UTC) Received: from asgard (host228.190-226-84.telecom.net.ar [190.226.84.228]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.9/8.14.9) with ESMTP id s5QJTmmf022288 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 26 Jun 2014 19:29:51 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1403810993; bh=7T2CoyG2/AnsctS41AbhwAtchmv7S3HYcbtDW+YJsgE=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=YnDoZX+Fli5xJafj13txJJA0Z7J/vJs07s4HNtqmdOIfFWSbuuxpthk/bU8mVmVFf v7O0u1TjzN3mn2ZXdxfJN39A4k2jpsoia1Zc6U2t0Bnl5jxrUkC1OVi2m5SCrn28YE eoKMtStyzG16eJnwrHiSAgoZskzCBDtYkknGTDu0= Received: by asgard (sSMTP sendmail emulation); Thu, 26 Jun 2014 16:29:43 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 26 Jun 2014 16:21:17 -0300 Message-Id: <1403810481-10025-49-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.5.5 In-Reply-To: <1403810481-10025-1-git-send-email-gustavo@zacarias.com.ar> References: <1403810481-10025-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.98.1 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 49/53] tinyhttpd: 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Gustavo Zacarias --- package/tinyhttpd/tinyhttpd.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/tinyhttpd/tinyhttpd.mk b/package/tinyhttpd/tinyhttpd.mk index 1a809f6..ec47fd9 100644 --- a/package/tinyhttpd/tinyhttpd.mk +++ b/package/tinyhttpd/tinyhttpd.mk @@ -6,6 +6,8 @@ TINYHTTPD_VERSION = 0.1.0 TINYHTTPD_SITE = http://downloads.sourceforge.net/project/tinyhttpd/tinyhttpd%20source/tinyhttpd%20$(TINYHTTPD_VERSION) +TINYHTTPD_LICENSE = GPL +TINYHTTPD_LICENSE_FILES = README define TINYHTTPD_BUILD_CMDS $(MAKE) -C $(@D) CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" \