mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 19:45:03 +00:00
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>
This commit is contained in:
parent
98f9507a73
commit
0906847f35
@ -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' \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user