From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Agner Date: Wed, 05 Apr 2017 11:08:41 -0700 Subject: [U-Boot] [PATCH] libfdt: fix build with Python 3 In-Reply-To: References: <20170329194123.2361-1-stefan@agner.ch> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 2017-03-31 21:23, Simon Glass wrote: > On 29 March 2017 at 13:41, Stefan Agner wrote: >> From: Stefan Agner >> >> For some reason Python 3 seems to think it does not need to build >> the library. Using the --force parameter makes sure that the library >> gets built always. This is especially important since we move the >> library in the next step of the Makefile, hence forcing a rebuild >> every time the higher level Makefile triggers a rebuild is required >> to make sure the library is always there. >> >> Signed-off-by: Stefan Agner >> --- >> >> lib/libfdt/setup.py | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > Acked-by: Simon Glass Simon, Tom, not sure, through what tree will this get merged? Just wanted to note that I think this is ready to be merged, the discussion with Stefano which branches off this thread is somewhat unrelated and should not really hold us back from merging this. -- Stefan > > FYI the Python libfdt bindings were accepted upstream. I just need to > get the proper setup.py script up there now. Then we can replace all > of this. Hopefully after this release. > > Regards, > Simon