From bb91732748c9d3a365baa8556b555ffcc41a2567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C3=ADbal=20Portero=20Hermida?= Date: Thu, 5 Dec 2024 15:49:09 +0000 Subject: [PATCH] fix: warn errors after introducing -Werror --- recipes-pv/pantavisor/pantavisor_019.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-pv/pantavisor/pantavisor_019.bb b/recipes-pv/pantavisor/pantavisor_019.bb index 78daf77..dfa2885 100644 --- a/recipes-pv/pantavisor/pantavisor_019.bb +++ b/recipes-pv/pantavisor/pantavisor_019.bb @@ -27,7 +27,7 @@ SRC_URI = "git://github.com/pantavisor/pantavisor.git;protocol=https;branch=${PA SRC_URI += " file://pantavisor-run" SRC_URI += " file://rev0json" -SRCREV = "835581f4e384f26541f9751b9b331bd3b854cf3c" +SRCREV = "de31b9894bd8a0978c16dba85994623715202621" FILES:${PN} += " /usr/bin/pantavisor-run" FILES:${PN} += " /usr/lib"