mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 01:10:08 +00:00
autofs: fix QA warnings
autofs-5.0.7: autofs: Files/directories were installed but not shipped /run Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -63,4 +63,8 @@ do_configure_prepend () {
|
||||
fi
|
||||
}
|
||||
|
||||
do_install_append () {
|
||||
test -d ${D}/run && rmdir ${D}/run
|
||||
}
|
||||
|
||||
INSANE_SKIP_${PN} = "dev-so"
|
||||
|
||||
Reference in New Issue
Block a user