On Fri, Feb 21 2020 at 09:26 +0100, Juergen Borleis <[email protected]> wrote: > Am Dienstag, den 04.02.2020, 08:53 +0100 schrieb Ulrich Ölmann: >> […] >> diff --git a/rules/host-yarn.make b/rules/host-yarn.make >> new file mode 100644 >> index 000000000000..16e04c05aee8 >> --- /dev/null >> +++ b/rules/host-yarn.make >> @@ -0,0 +1,61 @@ >> +# -*-makefile-*- >> +# >> +# Copyright (C) 2017 by Juergen Borleis <[email protected]> >> +# >> +# For further information about the PTXdist project and license conditions >> +# see the README file. >> +# >> +# 2019-May-05, Daniel Arnold, Updated to yarn 1.15.2 >> +# 2020-January-09, Björn Esser, Updated to yarn 1.21.1 >> + >> +# >> +# We provide this package >> +# >> +HOST_PACKAGES-$(PTXCONF_HOST_YARN) += host-yarn >> + >> +# >> +# Paths and names >> +# >> +HOST_YARN_VERSION := 1.21.1 >> +HOST_YARN_MD5 := cf49e663e0f56aa15f1740c77354ebe2 >> +HOST_YARN := yarn-$(HOST_YARN_VERSION) >> +HOST_YARN_SUFFIX := js >> +HOST_YARN_URL := >> https://github.com/yarnpkg/yarn/releases/download/v$(HOST_YARN_VERSION)/$(HOST_YARN).$(HOST_YARN_SUFFIX) >> +HOST_YARN_SOURCE := $(SRCDIR)/$(HOST_YARN).$(HOST_YARN_SUFFIX) > > Don't forget the: > > HOST_YARN_LICENSE := BSD-2-Clause
Added the license in v6 of the patch series. Best regards Ulrich -- Pengutronix e.K. | Ulrich Ölmann | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list [email protected]
