On Mon, Jun 29, 2020 at 10:13:26AM +0200, Oleksij Rempel wrote: > Make it easier to work with git source shared between different BSPs. > > Signed-off-by: Oleksij Rempel <[email protected]> > --- > rules/ethtool.make | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/rules/ethtool.make b/rules/ethtool.make > index 649e3e580..d8b957123 100644 > --- a/rules/ethtool.make > +++ b/rules/ethtool.make > @@ -22,6 +22,7 @@ ETHTOOL := ethtool-$(ETHTOOL_VERSION) > ETHTOOL_URL := $(call ptx/mirror, KERNEL, > ../software/network/ethtool/$(ETHTOOL).$(ETHTOOL_SUFFIX)) > ETHTOOL_SOURCE := $(SRCDIR)/$(ETHTOOL).$(ETHTOOL_SUFFIX) > ETHTOOL_DIR := $(BUILDDIR)/$(ETHTOOL) > +ETHTOOL_BUILD_OOT := YES
I don't want to do this for random packages. I've done it for the kernel because it's more complex there. But in this case you can just create a rules/post/ethtool-fixup.make and add the line there locally. Michael > ETHTOOL_LICENSE := GPL-2.0-only > ETHTOOL_LICENSE_FILES := \ > file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 > -- > 2.27.0 > > > _______________________________________________ > ptxdist mailing list > [email protected] > To unsubscribe, send a mail with subject "unsubscribe" to > [email protected] > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
