summaryrefslogtreecommitdiffstats
path: root/recipes-ti/osal/ti-osal.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/osal/ti-osal.inc')
-rw-r--r--recipes-ti/osal/ti-osal.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-ti/osal/ti-osal.inc b/recipes-ti/osal/ti-osal.inc
index 0a966d40..dbd64f7b 100644
--- a/recipes-ti/osal/ti-osal.inc
+++ b/recipes-ti/osal/ti-osal.inc
@@ -15,10 +15,10 @@ do_install() {
15 cp -pPrf ${S}/* ${D}${OSAL_INSTALL_DIR_RECIPE} 15 cp -pPrf ${S}/* ${D}${OSAL_INSTALL_DIR_RECIPE}
16} 16}
17 17
18INSANE_SKIP_${PN}-dev = "staticdev" 18INSANE_SKIP:${PN}-dev = "staticdev"
19 19
20ALLOW_EMPTY_${PN} = "1" 20ALLOW_EMPTY:${PN} = "1"
21FILES_${PN}-dev += "${OSAL_INSTALL_DIR_RECIPE}" 21FILES:${PN}-dev += "${OSAL_INSTALL_DIR_RECIPE}"
22 22
23COMPATIBLE_HOST ?= "null" 23COMPATIBLE_HOST ?= "null"
24COMPATIBLE_HOST_ti-soc = "(.*)" 24COMPATIBLE_HOST:ti-soc = "(.*)"