diff options
author | Jesse Gilles <jgilles@multitech.com> | 2011-06-29 10:55:33 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2011-06-29 10:55:33 -0500 |
commit | 4a527af73b54dbca09aee9461ba7e535f00d91bc (patch) | |
tree | 9182e111e74c5fa1128f155f6a67166c947c16fc /multitech/recipes/cron | |
parent | 651981b62ab8c2e67f3360141fc6339fc72e9bca (diff) |
use THISDIR in FILESPATHBASE
Diffstat (limited to 'multitech/recipes/cron')
-rw-r--r-- | multitech/recipes/cron/cron_3.0pl1.bbappend | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multitech/recipes/cron/cron_3.0pl1.bbappend b/multitech/recipes/cron/cron_3.0pl1.bbappend index ef62f02..74920fc 100644 --- a/multitech/recipes/cron/cron_3.0pl1.bbappend +++ b/multitech/recipes/cron/cron_3.0pl1.bbappend @@ -1,3 +1,4 @@ -FILESPATHBASE := "${FILESPATHBASE}:${FILE_DIRNAME}" +FILESEXTRA := "${THISDIR}" +FILESPATHBASE .= ":${FILESEXTRA}" SRC_URI_append_corecdp = "file://disable_logfile.patch;patch=1" |