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 jb -- Pengutronix e.K. | Juergen Borleis | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-5128 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list [email protected]
