[oe-commits] Martin Jansa : autofs: fix QA warnings

git at git.openembedded.org git at git.openembedded.org
Fri Jan 25 12:19:12 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 3409e2ff98cdd48e70ebf027e40b8b936cdab919
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=3409e2ff98cdd48e70ebf027e40b8b936cdab919

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Jan 21 20:32:58 2013 +0100

autofs: fix QA warnings

autofs-5.0.7: autofs: Files/directories were installed but not shipped
  /run

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-daemons/autofs/autofs_5.0.7.bb         |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

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 1afbe81..215d293 100644
--- a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
+++ b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
@@ -63,4 +63,8 @@ do_configure_prepend () {
         fi
 }
 
+do_install_append () {
+	test -d ${D}/run && rmdir ${D}/run
+}
+
 INSANE_SKIP_${PN} = "dev-so"





More information about the Openembedded-commits mailing list