summaryrefslogtreecommitdiff
path: root/multitech/recipes/cron
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/cron
parentb23f1c81268c997487b297b4718c7e10c7d466f2 (diff)
prepend FILESEXTRA to FILEPATHBASE to search our layer first
Diffstat (limited to 'multitech/recipes/cron')
-rw-r--r--multitech/recipes/cron/cron_3.0pl1.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/multitech/recipes/cron/cron_3.0pl1.bbappend b/multitech/recipes/cron/cron_3.0pl1.bbappend
index 74920fc..49ac5de 100644
--- a/multitech/recipes/cron/cron_3.0pl1.bbappend
+++ b/multitech/recipes/cron/cron_3.0pl1.bbappend
@@ -1,4 +1,4 @@
FILESEXTRA := "${THISDIR}"
-FILESPATHBASE .= ":${FILESEXTRA}"
+FILESPATHBASE =. "${FILESEXTRA}:"
SRC_URI_append_corecdp = "file://disable_logfile.patch;patch=1"