From e3bb120484a49dfb01e0028e1cfd6951b3b96512 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Thu, 22 Feb 2024 11:30:19 +0100 Subject: [PATCH] neofetch: set CLEANBROKEN to 1 neofetch's Makefile does not have a clean target in it, let's set CLEANBROKEN to 1 to avoid breaking do_configure. Fix: https://github.com/torizon/meta-toradex-torizon/issues/25 Signed-off-by: Ming Liu --- recipes-devtools/neofetch/neofetch_7.1.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-devtools/neofetch/neofetch_7.1.0.bb b/recipes-devtools/neofetch/neofetch_7.1.0.bb index 41d6f6be..7af2cce4 100644 --- a/recipes-devtools/neofetch/neofetch_7.1.0.bb +++ b/recipes-devtools/neofetch/neofetch_7.1.0.bb @@ -22,6 +22,8 @@ S = "${WORKDIR}/git" SRCREV="60d07dee6b76769d8c487a40639fb7b5a1a7bc85" PV = "7.1.0+git${SRCPV}" +CLEANBROKEN = "1" + do_install(){ install -d ${D}${bindir} install -m 0755 ${S}/neofetch ${D}${bindir}