]> 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, 15 May 2015 17:12:08 +0000 (18:12 +0100)
commite56dea7dd588da62d33d33b21f857020d612e9f0
tree4b99e3f0acb437ef66aa97f125b5b7326deaf050
parentcc65df3aeb84e53a2608535c81e1e3f4dd9e8bc4
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.

(From OE-Core rev: c520165f8fe7c01865ddb2565908211c0cfd2185)

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]