From 3cb58d800c5131bd0519a676a45c26f47b69745f Mon Sep 17 00:00:00 2001 From: Jonathan Liu Date: Tue, 4 Mar 2014 15:35:54 +1100 Subject: fbgrab: fix installed but not shipped warnings WARNING: QA Issue: fbgrab: Files/directories were installed but not shipped /usr/man /usr/man/man1 /usr/man/man1/fbgrab.1.gz Signed-off-by: Jonathan Liu Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-oe/recipes-graphics') diff --git a/meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb b/meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb index 2b04c74c5..48edc2c07 100644 --- a/meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb +++ b/meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb @@ -12,3 +12,7 @@ S = "${WORKDIR}/${PN}" SRC_URI[md5sum] = "15b432735d6efd0373722bb96577b945" SRC_URI[sha256sum] = "61e0772ad6ea744ee597ae478398ddd0ba6fceee2cf343859bebde2c15bafb91" + +do_configure_prepend() { + sed -i 's|$(DESTDIR)/usr/man/|$(DESTDIR)${mandir}/|g' ${S}/Makefile +} -- cgit v1.2.3-54-g00ecf