* [PATCH] x-load: Replace FILESDIR with FILESPATH
@ 2012-11-19 23:38 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2012-11-19 23:38 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/recipes-bsp/x-load/x-load_git.bb b/meta/recipes-bsp/x-load/x-load_git.bb
index 87fc16f..220419e 100644
--- a/meta/recipes-bsp/x-load/x-load_git.bb
+++ b/meta/recipes-bsp/x-load/x-load_git.bb
@@ -1,6 +1,6 @@
require x-load.inc
-FILESDIR = "${@os.path.dirname(d.getVar('FILE',1))}/x-load-git/${MACHINE}"
+FILESPATH = "${FILE_DIRNAME}/x-load-git/${MACHINE}:${FILE_DIRNAME}/x-load-git/"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://README;beginline=1;endline=25;md5=ef08d08cb99057bbb5b9d6d0c5a4396f"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-11-19 23:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-19 23:38 [PATCH] x-load: Replace FILESDIR with FILESPATH Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox