summaryrefslogtreecommitdiff
path: root/multitech/recipes/linux
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2011-06-29 11:49:12 -0500
committerJesse Gilles <jgilles@multitech.com>2011-06-29 11:49:12 -0500
commit6c8437ce769814c4d3ebf36fd8258867c7a71762 (patch)
tree64280e279b50b41d8f6a89688b23bdd0c7ce280e /multitech/recipes/linux
parentb23f1c81268c997487b297b4718c7e10c7d466f2 (diff)
prepend FILESEXTRA to FILEPATHBASE to search our layer first
Diffstat (limited to 'multitech/recipes/linux')
-rw-r--r--multitech/recipes/linux/linux_2.6.32.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/multitech/recipes/linux/linux_2.6.32.bbappend b/multitech/recipes/linux/linux_2.6.32.bbappend
index 781ee3f..a5e1e26 100644
--- a/multitech/recipes/linux/linux_2.6.32.bbappend
+++ b/multitech/recipes/linux/linux_2.6.32.bbappend
@@ -1,5 +1,5 @@
FILESEXTRA := "${THISDIR}"
-FILESPATHBASE .= ":${FILESEXTRA}"
+FILESPATHBASE =. "${FILESEXTRA}:"
SRC_URI_mtcdp = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;name=kernel \
${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.3.bz2;apply=yes;name=build \