summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/lzip/lzip_1.14.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/lzip/lzip_1.14.bb')
-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 8b4a3fb6b..3d8c090aa 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 () {
35 35
36do_install () { 36do_install () {
37 oe_runmake 'DESTDIR=${D}' install 37 oe_runmake 'DESTDIR=${D}' install
38 # Info dir listing isn't interesting at this point so remove it if it exists.
39 if [ -e "${D}${infodir}/dir" ]; then
40 rm -f ${D}${infodir}/dir
41 fi
38} 42}
39 43
40BBCLASSEXTEND += "native nativesdk" 44BBCLASSEXTEND += "native nativesdk"