From 0906847f354a491eca78dd6602d5bf339441388c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 21 Mar 2025 14:39:02 +0000 Subject: [PATCH] fbgrab: append to do_configure This allows the default do_configure to run, which will run "make clean" if needed. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/fbgrab/fbgrab_1.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/fbgrab/fbgrab_1.5.bb b/meta-oe/recipes-graphics/fbgrab/fbgrab_1.5.bb index e17992ee4f..efcf5a9ea6 100644 --- a/meta-oe/recipes-graphics/fbgrab/fbgrab_1.5.bb +++ b/meta-oe/recipes-graphics/fbgrab/fbgrab_1.5.bb @@ -9,7 +9,7 @@ SRC_URI = "git://github.com/GunnarMonell/fbgrab.git;protocol=https;branch=master SRCREV = "f43ce6d5ce48fb01360eaa7c4a92c2573a1d02f8" S = "${WORKDIR}/git" -do_configure() { +do_configure:prepend() { sed \ -e 's|$(DESTDIR)/usr/bin/|$(DESTDIR)${bindir}/|g' \ -e 's|$(DESTDIR)/usr/man/|$(DESTDIR)${mandir}/|g' \