[meta-ti] Khem Raj : ti-unpack.inc: Use absolute paths in require directive

Arago Project git git at arago-project.org
Thu Oct 27 16:44:11 PDT 2016


Module: meta-ti
Branch: krogoth
Commit: 02bf96edca492effdecf5434a10f350e81a51e81
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=02bf96edca492effdecf5434a10f350e81a51e81

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Oct 26 06:08:57 2016 +0000

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 at gmail.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 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 912cd18..ead0610 100644
--- a/recipes-ti/includes/ti-eula-unpack.inc
+++ b/recipes-ti/includes/ti-eula-unpack.inc
@@ -9,7 +9,7 @@
 #  TI_BIN_UNPK_WDEXT  - This variable extends workdir path, if user wants to put
 #                       the output in some internal directory
 
-require ../includes/ti-unpack.inc
+require recipes-ti/includes/ti-unpack.inc
 
 TI_BIN_UNPK_ARGS = "--mode console"
 



More information about the meta-ti mailing list