summaryrefslogtreecommitdiffstats
path: root/package/intel-gmmlib/intel-gmmlib.hash
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-12-17 09:47:10 +0100
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2019-02-03 21:27:20 +0100
commit122089adf699ebe879d55466fe34f1ccabfe4808 (patch)
treec81e015818e2d13759b1da382ce85395c28d3239 /package/intel-gmmlib/intel-gmmlib.hash
parent5e08d929474a4ec84432f4829e113f524a103e3f (diff)
downloadbuildroot-122089adf699ebe879d55466fe34f1ccabfe4808.tar.gz
buildroot-122089adf699ebe879d55466fe34f1ccabfe4808.zip
package/netsurf: use TMP_PREFIX inside the build directory
The netsurf build system creates a stamp file inside TMP_PREFIX to know if the build was done, and if the stamp file exists, it doesn't do any build. Therefore, having this stamp file in STAGING_DIR prevents from rebuilding netsurf, even after removing its entire build directory: the stamp file exists in STAGING_DIR, and netsurf doesn't build anything, causing the installation to fail. We fix this by putting this temporary directory inside the netsurf build directory. We must mkdir this directory manually, otherwise the build fails with: COMPILE: src/stylesheet.c In file included from src/stylesheet.c:12:0: src/stylesheet.h:14:10: fatal error: libwapcaplet/libwapcaplet.h: No such file or directory ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> [Arnout: mkdir it first] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'package/intel-gmmlib/intel-gmmlib.hash')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud