mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-17 17:29:49 +00:00
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>
This commit is contained in:
parent
2d454103bb
commit
ddc70af341
@ -35,6 +35,10 @@ do_configure () {
|
|||||||
|
|
||||||
do_install () {
|
do_install () {
|
||||||
oe_runmake 'DESTDIR=${D}' 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"
|
BBCLASSEXTEND += "native nativesdk"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user