From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.mars-solutions.de ([213.239.212.107]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1XYE3Y-00008O-EP for ptxdist@pengutronix.de; Sun, 28 Sep 2014 14:58:28 +0200 Received: from localhost (localhost [127.0.0.1]) by mail.mars-solutions.de (Postfix) with ESMTP id 139F5A0459A for ; Sun, 28 Sep 2014 14:58:21 +0200 (CEST) Received: from mail.mars-solutions.de ([127.0.0.1]) by localhost (mars-solutions.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VNSV9JBHwZ-V for ; Sun, 28 Sep 2014 14:58:20 +0200 (CEST) Received: from ws-apr.office.loc (HSI-KBW-37-49-64-252.hsi14.kabel-badenwuerttemberg.de [37.49.64.252]) by mail.mars-solutions.de (Postfix) with ESMTP id 9EECEA0459A for ; Sun, 28 Sep 2014 14:58:20 +0200 (CEST) From: Andreas Pretzsch Date: Sun, 28 Sep 2014 14:57:55 +0200 Message-Id: <1411909083-13510-9-git-send-email-apr@cn-eng.de> In-Reply-To: <1411909083-13510-1-git-send-email-apr@cn-eng.de> References: <1411909083-13510-1-git-send-email-apr@cn-eng.de> Subject: [ptxdist] [PATCH 08/16] libevent: add license information Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Signed-off-by: Andreas Pretzsch --- rules/libevent.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/libevent.make b/rules/libevent.make index fb6fccd..675f78e 100644 --- a/rules/libevent.make +++ b/rules/libevent.make @@ -24,6 +24,7 @@ LIBEVENT_SUFFIX := tar.gz LIBEVENT_URL := https://github.com/downloads/libevent/libevent/$(LIBEVENT).$(LIBEVENT_SUFFIX) LIBEVENT_SOURCE := $(SRCDIR)/$(LIBEVENT).$(LIBEVENT_SUFFIX) LIBEVENT_DIR := $(BUILDDIR)/$(LIBEVENT) +LIBEVENT_LICENSE := BSD # ---------------------------------------------------------------------------- # Prepare -- 2.1.0 -- ptxdist mailing list ptxdist@pengutronix.de