aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-ti/udma/udma_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/udma/udma_git.bb')
-rw-r--r--recipes-ti/udma/udma_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ti/udma/udma_git.bb b/recipes-ti/udma/udma_git.bb
index c905fa58..b6100a37 100644
--- a/recipes-ti/udma/udma_git.bb
+++ b/recipes-ti/udma/udma_git.bb
@@ -14,7 +14,7 @@ PV = "01.00.00.00"
PACKAGES =+ "${PN}-test"
-FILES_${PN}-test = "${bindir}/udma_test"
+FILES:${PN}-test = "${bindir}/udma_test"
do_install() {
install -d ${D}${bindir}/
@@ -29,4 +29,4 @@ do_install() {
install -c -m 755 ${S}/include/* ${D}${includedir}/
}
-INSANE_SKIP_${PN} += "textrel"
+INSANE_SKIP:${PN} += "textrel"