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:29:18 +0000 |
commit | 1489a69cecb1dcc3502a4c24beaea81e6ca6dacc (patch) | |
tree | 9c38485c7c521e1d69010a1f66881e4c4fe97d12 /meta/recipes-graphics/xcb/xcb-util-keysyms_0.3.9.bb | |
parent | 1cdeff2c50a13c7238543ee1e4e1eb60753120e2 (diff) | |
download | openembedded-core-1489a69cecb1dcc3502a4c24beaea81e6ca6dacc.tar.gz openembedded-core-1489a69cecb1dcc3502a4c24beaea81e6ca6dacc.tar.bz2 openembedded-core-1489a69cecb1dcc3502a4c24beaea81e6ca6dacc.zip |
harfbuzz: fix install of version.h
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.
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/xcb/xcb-util-keysyms_0.3.9.bb')
0 files changed, 0 insertions, 0 deletions