From ddc70af341fe77c114b17bcf6d4f3f01fa5cb7eb Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 31 Mar 2014 13:38:11 +0200 Subject: lzip: remove infodir * doesn't use autotools.bbclass which removes infodir automatically * fixes QA warning: lzip-1.14: The /usr/share/info/dir file is not meant to be shipped in a particular package. Signed-off-by: Martin Jansa --- meta-oe/recipes-support/lzip/lzip_1.14.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-oe/recipes-support/lzip') diff --git a/meta-oe/recipes-support/lzip/lzip_1.14.bb b/meta-oe/recipes-support/lzip/lzip_1.14.bb index 8b4a3fb6b6..3d8c090aa7 100644 --- a/meta-oe/recipes-support/lzip/lzip_1.14.bb +++ b/meta-oe/recipes-support/lzip/lzip_1.14.bb @@ -35,6 +35,10 @@ do_configure () { do_install () { oe_runmake 'DESTDIR=${D}' install + # Info dir listing isn't interesting at this point so remove it if it exists. + if [ -e "${D}${infodir}/dir" ]; then + rm -f ${D}${infodir}/dir + fi } BBCLASSEXTEND += "native nativesdk" -- cgit v1.2.3-54-g00ecf