From mboxrd@z Thu Jan 1 00:00:00 1970 From: Esben Haabendal Date: Fri, 20 Sep 2019 06:40:08 +0200 Subject: [Buildroot] [PATCH v3 1/2] package/python-kiwisolver: new package In-Reply-To: <20190919235437.3630bff6@windsurf> (Thomas Petazzoni's message of "Thu, 19 Sep 2019 23:54:37 +0200") References: <20190917085034.2509-1-esben@geanix.com> <20190919235437.3630bff6@windsurf> Message-ID: <87d0fv60nr.fsf@geanix.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Thomas Petazzoni writes: > Hello, > > On Tue, 17 Sep 2019 10:50:33 +0200 > Esben Haabendal wrote: > >> +config BR2_PACKAGE_PYTHON_KIWISOLVER >> + bool "python-kiwisolver" >> + depends on BR2_INSTALL_LIBSTDCPP >> + depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON > > a dependency on python || python is not very useful, especially since > anyway this Config.in is already included in a python || python3 > condition. Ah. Both did I make a typo in v3, and what I wanted to do did not make any difference. The first lesson of today :) > >> diff --git a/package/python-kiwisolver/python-kiwisolver.mk b/package/python-kiwisolver/python-kiwisolver.mk >> new file mode 100644 >> index 000000000000..96019fc29328 >> --- /dev/null >> +++ b/package/python-kiwisolver/python-kiwisolver.mk >> @@ -0,0 +1,7 @@ > > You forgot our completely useless, but absolutely mandatory and lovely > comment header that we have in all packages. I will try to remember next time :) > I fixed both issues and applied to master. Thanks! Thanks. /Esben