autofs: fix QA warnings
authorMartin Jansa <Martin.Jansa@gmail.com>
Mon, 21 Jan 2013 19:32:58 +0000 (20:32 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:27:32 +0000 (08:27 -0800)
autofs-5.0.7: autofs: Files/directories were installed but not shipped
  /run

(From meta-openembedded rev: 3409e2ff98cdd48e70ebf027e40b8b936cdab919)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb

index 1afbe81..215d293 100644 (file)
@@ -63,4 +63,8 @@ do_configure_prepend () {
         fi
 }
 
+do_install_append () {
+       test -d ${D}/run && rmdir ${D}/run
+}
+
 INSANE_SKIP_${PN} = "dev-so"