aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/lzip
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-03-31 13:38:11 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-04-20 10:46:50 +0200
commitddc70af341fe77c114b17bcf6d4f3f01fa5cb7eb (patch)
tree7cac3ce1ff689fba31bae045b6eb446bb254d066 /meta-oe/recipes-support/lzip
parent2d454103bb8c7783e4fc8185fc08a5859cb63308 (diff)
downloadmeta-openembedded-contrib-ddc70af341fe77c114b17bcf6d4f3f01fa5cb7eb.tar.gz
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/lzip')
-rw-r--r--meta-oe/recipes-support/lzip/lzip_1.14.bb4
1 files changed, 4 insertions, 0 deletions
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"