From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH][meta-oe][meta-networking][meta-xfce 4/4] autofs: fix QA warnings
Date: Tue, 22 Jan 2013 13:20:59 +0100 [thread overview]
Message-ID: <1358857259-11444-4-git-send-email-Martin.Jansa@gmail.com> (raw)
In-Reply-To: <1358857259-11444-1-git-send-email-Martin.Jansa@gmail.com>
autofs-5.0.7: autofs: Files/directories were installed but not shipped
/run
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
index bf679b4..2bf03f1 100644
--- a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
+++ b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
@@ -60,4 +60,8 @@ do_configure_prepend () {
fi
}
+do_install_append () {
+ test -d ${D}/run && rmdir ${D}/run
+}
+
INSANE_SKIP_${PN} = "dev-so"
--
1.8.1.1
next prev parent reply other threads:[~2013-01-22 12:37 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-22 12:20 [PATCH][meta-oe][meta-networking][meta-xfce 1/4] openldap: fix QA warnings Martin Jansa
2013-01-22 12:20 ` [PATCH][meta-oe][meta-networking][meta-xfce 2/4] gateone: " Martin Jansa
2013-01-22 12:20 ` [PATCH][meta-oe][meta-networking][meta-xfce 3/4] xfce-icon-theme: " Martin Jansa
2013-01-22 12:20 ` Martin Jansa [this message]
2013-01-22 13:04 ` [PATCH][meta-oe][meta-networking][meta-xfce 4/4] autofs: " Joe MacDonald
2013-01-22 15:04 ` Koen Kooi
2013-01-22 15:44 ` Martin Jansa
2013-01-22 16:01 ` Koen Kooi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1358857259-11444-4-git-send-email-Martin.Jansa@gmail.com \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.