diff options
Diffstat (limited to 'meta-oe/recipes-support/lzip/lzip_1.14.bb')
-rw-r--r-- | meta-oe/recipes-support/lzip/lzip_1.14.bb | 4 |
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 | ||
36 | do_install () { | 36 | do_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 | ||
40 | BBCLASSEXTEND += "native nativesdk" | 44 | BBCLASSEXTEND += "native nativesdk" |