Re: [ptxdist] [PATCH v2] yajl: add new package

2018-06-22 Thread Alexander Dahl
Hello Denis, Am Freitag, 22. Juni 2018, 09:07:58 CEST schrieb Denis OSTERLAND: > So I just used the wrong template. I would not say so. You wanted a target package with external sources and you picked the right template for that. I guess it just makes no sense to have more target templates for

Re: [ptxdist] [PATCH v2] yajl: add new package

2018-06-22 Thread Denis OSTERLAND
Am Freitag, den 22.06.2018, 10:52 +0200 schrieb Alexander Dahl: > Hello Denis, > > > > > > > > > > > > > > +# > > > > +# autoconf > > > > +# > > > > +YAJL_CONF_TOOL := cmake > > > Comment does not match assignment. ;-) > > You are guess configtool as comment would be better. > From the

Re: [ptxdist] [PATCH v2] yajl: add new package

2018-06-22 Thread Alexander Dahl
Hello Denis, > > > +# > > > +# autoconf > > > +# > > > +YAJL_CONF_TOOL := cmake > > > > Comment does not match assignment. ;-) > > You are guess configtool as comment would be better. From the 'src-cmake-prog' template you would get: #

Re: [ptxdist] [PATCH v2] yajl: add new package

2018-06-22 Thread Denis OSTERLAND
Am Freitag, den 22.06.2018, 10:25 +0200 schrieb Alexander Dahl: > Hei hei, > > Am Freitag, 22. Juni 2018, 08:12:10 CEST schrieb Denis OSTERLAND: > > > > +# > > +# autoconf > > +# > > +YAJL_CONF_TOOL := cmake > Comment does not match assignment. ;-) You are guess configtool as comment would

Re: [ptxdist] [PATCH v2] yajl: add new package

2018-06-22 Thread Alexander Dahl
Hei hei, Am Freitag, 22. Juni 2018, 08:12:10 CEST schrieb Denis OSTERLAND: > +# > +# autoconf > +# > +YAJL_CONF_TOOL := cmake Comment does not match assignment. ;-) Greets Alex ___ ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH v2] yajl: add new package

2018-06-22 Thread Denis OSTERLAND
Signed-off-by: Denis Osterland --- rules/yajl.in | 8 +++ rules/yajl.make | 58 + 2 files changed, 66 insertions(+) create mode 100644 rules/yajl.in create mode 100644 rules/yajl.make diff --git a/rules/yajl.in b/rules/yajl.in new file