summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-03-21 14:39:02 +0000
committerKhem Raj <raj.khem@gmail.com>2025-03-21 11:07:35 -0700
commit0906847f354a491eca78dd6602d5bf339441388c (patch)
tree4fe24fa8ad7b4835cbae5ac7e183bb24138e4c75
parent98f9507a73f015f24a9a01e716654524e848f9b1 (diff)
downloadmeta-openembedded-0906847f354a491eca78dd6602d5bf339441388c.tar.gz
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 <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/fbgrab/fbgrab_1.5.bb2
1 files changed, 1 insertions, 1 deletions
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
9SRCREV = "f43ce6d5ce48fb01360eaa7c4a92c2573a1d02f8" 9SRCREV = "f43ce6d5ce48fb01360eaa7c4a92c2573a1d02f8"
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
12do_configure() { 12do_configure:prepend() {
13 sed \ 13 sed \
14 -e 's|$(DESTDIR)/usr/bin/|$(DESTDIR)${bindir}/|g' \ 14 -e 's|$(DESTDIR)/usr/bin/|$(DESTDIR)${bindir}/|g' \
15 -e 's|$(DESTDIR)/usr/man/|$(DESTDIR)${mandir}/|g' \ 15 -e 's|$(DESTDIR)/usr/man/|$(DESTDIR)${mandir}/|g' \