From 8caeb217ae2681088bd29f1f29e411db5c2fc0a7 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 8de1e7a..0dee62d 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 = "76f921cd80854a478b5f827a850f82904ee9325d" +SRCREV = "835581f4e384f26541f9751b9b331bd3b854cf3c" FILES:${PN} += " /usr/bin/pantavisor-run" FILES:${PN} += " /usr/lib"