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 1XiRZt-0001ej-4c for ptxdist@pengutronix.de; Sun, 26 Oct 2014 18:26:05 +0100 Message-ID: <1414344358.28620.12.camel@ws-apr.office.loc> From: Andreas Pretzsch Date: Sun, 26 Oct 2014 18:25:58 +0100 In-Reply-To: <1412637505-21528-1-git-send-email-apr@cn-eng.de> References: <1412010731-18154-1-git-send-email-apr@cn-eng.de> <1412637505-21528-1-git-send-email-apr@cn-eng.de> Mime-Version: 1.0 Subject: Re: [ptxdist] [PATCH v2 2/2] host-openocd: new package for openocd-0.8.0 Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 On Di, 2014-10-07 at 01:18 +0200, Andreas Pretzsch wrote: > diff --git a/rules/host-openocd.make b/rules/host-openocd.make > new file mode 100644 > index 0000000..d72dd38 > --- /dev/null > +++ b/rules/host-openocd.make > @@ -0,0 +1,69 @@ > +# -*-makefile-*- > +# > +# Copyright (C) 2014 by Andreas Pretzsch > +# > +# See CREDITS for details about who has contributed to this project. > +# > +# For further information about the PTXdist project and license conditions > +# see the README file. > +# > + > +HOST_PACKAGES-$(PTXCONF_HOST_OPENOCD) += host-openocd > + > +HOST_OPENOCD_VERSION := 0.8.0 > +HOST_OPENOCD_MD5 := 6d83c34763a5f1d1ac7ad83c5a11f4fb > +HOST_OPENOCD := openocd-$(HOST_OPENOCD_VERSION) > +HOST_OPENOCD_SUFFIX := tar.bz2 > +HOST_OPENOCD_URL := $(call ptx/mirror, SF, openocd/$(HOST_OPENOCD).$(HOST_OPENOCD_SUFFIX)) > +HOST_OPENOCD_SOURCE := $(SRCDIR)/$(HOST_OPENOCD).$(HOST_OPENOCD_SUFFIX) > +HOST_OPENOCD_DIR := $(HOST_BUILDDIR)/$(HOST_OPENOCD) > +# License: OpenOCD: GPLv2+, jimtcl: BSD > +HOST_OPENOCD_LICENSE := LGPLv2, BSD Comment is correct, but license tag is wrong. It should read: HOST_OPENOCD_LICENSE := GPLv2+, BSD Just noting, as this patch won't probably be applied anyway, but kept for informational purposes to whomever it might be useful for. -- carpe noctem engineering Ingenieurbuero fuer Hard- & Software-Entwicklung Andreas Pretzsch Dipl.-Ing. (FH) Andreas Pretzsch Tel. +49-(0)731-5521572 Hahnengasse 3 Fax: +49-(0)731-5521571 89073 Ulm, Germany email: apr@cn-eng.de -- ptxdist mailing list ptxdist@pengutronix.de