Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-devel@lists.openembedded.org>,
	<Joe.MacDonald@windriver.com>
Subject: Re: [PATCH] cifs-utils: fix the installed but not shipped issue
Date: Tue, 22 Oct 2013 15:59:59 +0800	[thread overview]
Message-ID: <5266307F.3080402@windriver.com> (raw)
In-Reply-To: <1382427200-7587-1-git-send-email-liezhi.yang@windriver.com>


Please ignore this one, I will send an update one with proper Subject set.

// Robert

On 10/22/2013 03:33 PM, Robert Yang wrote:
> We will get the following ERROR/WARN if we enable the
> installed-vs-shipped check in QA:
>
> ERROR: QA Issue: cifs-utils: Files/directories were installed but not shipped
>    /usr/bin
>
> Remove the empty dir will fix the problem.
>
> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> ---
>   recipes-support/cifs/cifs-utils_git.bb |    1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/recipes-support/cifs/cifs-utils_git.bb b/recipes-support/cifs/cifs-utils_git.bb
> index 89ff265..15bcf2e 100644
> --- a/recipes-support/cifs/cifs-utils_git.bb
> +++ b/recipes-support/cifs/cifs-utils_git.bb
> @@ -21,6 +21,7 @@ do_install_append() {
>       # Remove empty /usr/sbin directories since the mount helper
>       # is installed to /sbin
>       rmdir ${D}${sbindir}
> +    rmdir --ignore-fail-on-non-empty ${D}${bindir}
>   }
>
>   RRECOMMENDS_${PN} = "kernel-module-cifs"
>


      reply	other threads:[~2013-10-22  8:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-22  7:33 [PATCH] cifs-utils: fix the installed but not shipped issue Robert Yang
2013-10-22  7:59 ` Robert Yang [this message]

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=5266307F.3080402@windriver.com \
    --to=liezhi.yang@windriver.com \
    --cc=Joe.MacDonald@windriver.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox