[oe] [meta-webserver][PATCH] hiawatha: remove empty /var/run directory

Jack Mitchell ml at communistcode.co.uk
Mon Jul 8 08:35:15 UTC 2013


On 08/07/13 09:02, Jonathan Liu wrote:
> The /var/run directory is already created by base-files.
>
> Signed-off-by: Jonathan Liu <net147 at gmail.com>
> ---
>   meta-webserver/recipes-httpd/hiawatha/hiawatha_9.2.bb | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/meta-webserver/recipes-httpd/hiawatha/hiawatha_9.2.bb b/meta-webserver/recipes-httpd/hiawatha/hiawatha_9.2.bb
> index 2c9fe80..94bcbc6 100644
> --- a/meta-webserver/recipes-httpd/hiawatha/hiawatha_9.2.bb
> +++ b/meta-webserver/recipes-httpd/hiawatha/hiawatha_9.2.bb
> @@ -53,6 +53,8 @@ do_install_append() {
>           install -m 644 ${WORKDIR}/hiawatha.service ${D}/${systemd_unitdir}/system
>       fi
>
> +    rmdir "${D}${localstatedir}/run"
> +    rmdir --ignore-fail-on-non-empty "${D}${localstatedir}"
>   }
>
>   CONFFILES_${PN} = " \
>

Ack from me, I've been meaning to get round to this for a while.

Thanks Jonathan!

-- 

   Jack Mitchell (jack at embed.me.uk)
   Embedded Systems Engineer
   http://www.embed.me.uk

--



More information about the Openembedded-devel mailing list