harfbuzz: fix install of version.h
authorMarko Lindqvist <cazfi74@gmail.com>
Fri, 25 Jan 2013 22:26:37 +0000 (00:26 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 31 Jan 2013 12:29:52 +0000 (12:29 +0000)
commit9b3b3ac532e944a5c992a49f3bc822c228392a94
treef55f693ab813e266df65bb7781b392e9725f1e3b
parent3293ed1cdfd366607455696753f3a5b4fd7c9525
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.

(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>
meta/recipes-graphics/harfbuzz/harfbuzz-0.9.10/avoid_double_version_h.patch [new file with mode: 0644]
meta/recipes-graphics/harfbuzz/harfbuzz_0.9.10.bb