meta-emenlow/formfactor: Make sure the files work well with the existing recipe files

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-07-22 15:21:33 +01:00
parent 83cc54944e
commit dc54b7787f
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
FILESPATH := "${FILESPATH}:${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:"
PR = "r26"