]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta-emenlow/formfactor: Make sure the files work well with the existing recipe files
authorRichard Purdie <rpurdie@linux.intel.com>
Thu, 22 Jul 2010 14:21:33 +0000 (15:21 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 22 Jul 2010 14:21:33 +0000 (15:21 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta-emenlow/packages/formfactor/formfactor/emenlow/config [moved from meta-emenlow/packages/formfactor/files/emenlow/config with 100% similarity]
meta-emenlow/packages/formfactor/formfactor_0.0.bbappend

index 77958e87cc01d0369a8029ed88c94d131f07a845..cd5d96eb553deebd4a44f00d96838b4127c0d1ba 100644 (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"