diff options
author | Marko Lindqvist <cazfi74@gmail.com> | 2013-01-26 00:26:37 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-31 12:30:13 +0000 |
commit | 3ae1a4ba972cfc17ff3f2fda632da8ecc3414885 (patch) | |
tree | 12ccdcf44507041ac8ebe71cde40452a6b7b73f5 /meta-hob | |
parent | 5e17deac79d01e0e2f0dbe085ffc2a382a92f371 (diff) | |
download | poky-1.4_M3.rc2.tar.gz |
harfbuzz: fix install of version.h1.4_M3.rc21.4_M3.final1.4_M3
version.h is listed both in pkginclude_HEADERS (via $HBHEADERS) and
nodist_pkginclude_HEADERS. This double listing is likely cause of
the make install error:
/usr/bin/install: cannot create regular file `.../harfbuzz/0.9.10-r0/image/usr/include/harfbuzz/hb-version.h': File exists
Just remove the nodist_pkginclude_HEADERS entry. We're not creating
the tarball, and listing version.h here wouldn't prevent the other
listing from including it to tarball anyway.
(From OE-Core rev: 1489a69cecb1dcc3502a4c24beaea81e6ca6dacc)
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-hob')
0 files changed, 0 insertions, 0 deletions