diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-10-26 06:08:57 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-10-27 19:42:50 -0400 |
commit | 1124b4bfd069cf3d7fbb1a86277dc849a184007e (patch) | |
tree | 1e7c142e2f70499012fb5f55e1aaa11a02ad024d /recipes-ti | |
parent | bdefb88c97366b381d60267f134746ef2594fa59 (diff) | |
download | meta-ti-1124b4bfd069cf3d7fbb1a86277dc849a184007e.tar.gz |
ti-unpack.inc: Use absolute paths in require directive
This helps in using this inc file from other BSP
layers which are dependent on meta-ti
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r-- | recipes-ti/includes/ti-eula-unpack.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ti/includes/ti-eula-unpack.inc b/recipes-ti/includes/ti-eula-unpack.inc index 912cd18a..ead06100 100644 --- a/recipes-ti/includes/ti-eula-unpack.inc +++ b/recipes-ti/includes/ti-eula-unpack.inc | |||
@@ -9,7 +9,7 @@ | |||
9 | # TI_BIN_UNPK_WDEXT - This variable extends workdir path, if user wants to put | 9 | # TI_BIN_UNPK_WDEXT - This variable extends workdir path, if user wants to put |
10 | # the output in some internal directory | 10 | # the output in some internal directory |
11 | 11 | ||
12 | require ../includes/ti-unpack.inc | 12 | require recipes-ti/includes/ti-unpack.inc |
13 | 13 | ||
14 | TI_BIN_UNPK_ARGS = "--mode console" | 14 | TI_BIN_UNPK_ARGS = "--mode console" |
15 | 15 | ||