]> code.ossystems Code Review - openembedded-core.git/commit
ghostscript: add objarch.h for armeb
authorKrishnanjanappa, Jagadeesh <jagadeesh.krishnanjanappa@caviumnetworks.com>
Tue, 14 Apr 2015 09:38:48 +0000 (15:08 +0530)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 Apr 2015 10:05:57 +0000 (11:05 +0100)
commitc520165f8fe7c01865ddb2565908211c0cfd2185
tree7227c4be334fe1aeb443e657718c1f9ac2d1cf74
parent13416c1941f5dc8abcdb0073f2104a89eae2d6f1
ghostscript: add objarch.h for armeb

ghostscript application fails to fetch objarch.h file while building for armeb.
The fetch failure is due to absence of this file in the default set of
directories that the OpenEmbedded build system searches (i.e FILESPATH)
for patches and files. This patch adds the required objarch.h file for
armeb in one of the default locations where OpenEmbedded build system searches.

Signed-off-by: Krishnanjanappa, Jagadeesh <jagadeesh.krishnanjanappa@caviumnetworks.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/ghostscript/ghostscript/armeb/objarch.h [new file with mode: 0644]