package/lirc-tools: use single quote with SETUPTOOLS_ENV
authorRyan Barnett <ryan.barnett@rockwellcollins.com>
Mon, 9 Dec 2019 17:10:26 +0000 (11:10 -0600)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 9 Dec 2019 21:40:31 +0000 (22:40 +0100)
commit8192ff796a7e851f128ddbd7394dd8337942df52
tree48a5c8ea31714865c01eba2f52c8180f33785939
parent5837f90a7162d3e14213d11fb98df9f3a13571a0
package/lirc-tools: use single quote with SETUPTOOLS_ENV

With the change to pkg-python to use TARGET_CONFIGURE_OPTS in
PKG_PYTHON_SETUPTOOLS_ENV in commit 1745fcde74, the
LIRC_TOOLS_MAKE_ENV is incorrect as it sets the SETUPTOOLS_ENV using
double quotes. This causes issues because the
PKG_PYTHON_SETUPTOOLS_ENV contain double quotes as well. This causes a
build error such as:

  /bin/sh: -I/home/naourr/work/instance-0/output-1/host/include
          CXXFLAGS_FOR_BUILD=-O2: No such file or directory

Fix this by using single quotes with PKG_PYTHON_SETUPTOOLS_ENV instead
of double quotes.

Fixes:
  http://autobuild.buildroot.net/results/f7a9c02add9bde563c7289f7c0be2cb7aefd96b8

Signed-off-by: Ryan Barnett <ryan.barnett@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/lirc-tools/lirc-tools.mk