[meta-ti] [thud/master][PATCH 1/2] udma: suppress texrel warning,	set correct PV version
    Denys Dmytriyenko 
    denys at ti.com
       
    Fri Aug  2 14:39:57 PDT 2019
    
    
  
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
 recipes-ti/udma/udma_git.bb | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/recipes-ti/udma/udma_git.bb b/recipes-ti/udma/udma_git.bb
index 0374d37..c905fa5 100644
--- a/recipes-ti/udma/udma_git.bb
+++ b/recipes-ti/udma/udma_git.bb
@@ -10,11 +10,13 @@ S = "${WORKDIR}/git"
 # Commit corresponds to UDMA.01.00.00.00
 SRCREV = "53d09fb0bc98c41c5eb43623097e363c497d6fd8"
 
+PV = "01.00.00.00"
+
 PACKAGES =+ "${PN}-test"
 
 FILES_${PN}-test = "${bindir}/udma_test"
 
-do_install_append() {
+do_install() {
 	install -d ${D}${bindir}/
 	install -d ${D}${libdir}/
 	install -d ${D}${includedir}/
@@ -26,3 +28,5 @@ do_install_append() {
 	ln -sf libudma.so.1.0.0 libudma.so
 	install -c -m 755 ${S}/include/* ${D}${includedir}/
 }
+
+INSANE_SKIP_${PN} += "textrel"
-- 
2.7.4
    
    
More information about the meta-ti
mailing list