From 02bf96edca492effdecf5434a10f350e81a51e81 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 26 Oct 2016 06:08:57 +0000 Subject: [PATCH] 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 Signed-off-by: Denys Dmytriyenko --- recipes-ti/includes/ti-eula-unpack.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ # 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"