summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-10-26 06:08:57 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-10-27 19:42:34 -0400
commit02bf96edca492effdecf5434a10f350e81a51e81 (patch)
treef557e8846e97f6bd72ac7c77261546fa37a4065a
parent8844d0e0b630226977a4103b586c246289f8148a (diff)
downloadmeta-ti-02bf96edca492effdecf5434a10f350e81a51e81.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>
-rw-r--r--recipes-ti/includes/ti-eula-unpack.inc2
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
12require ../includes/ti-unpack.inc 12require recipes-ti/includes/ti-unpack.inc
13 13
14TI_BIN_UNPK_ARGS = "--mode console" 14TI_BIN_UNPK_ARGS = "--mode console"
15 15