All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: Updated V2 Re: [meta-webserver] [PATCH] cherokee: fix the installed but not shipped issue
Date: Fri, 25 Oct 2013 10:36:10 +0800	[thread overview]
Message-ID: <5269D91A.80707@windriver.com> (raw)
In-Reply-To: <1382519652-15717-1-git-send-email-liezhi.yang@windriver.com>


Changes of V2:

* Add the --with-wwwroot=${servicedir} to EXTRA_OECONF

// Robert

On 10/23/2013 05:14 PM, Robert Yang wrote:
> We will get the following ERROR/WARN if we enable the
> installed-vs-shipped check in QA:
>
> ERROR: QA Issue: cherokee: Files/directories were installed but not shipped
>    /srv
>    /srv/www
>    /srv/www/htdocs
>    /srv/www/htdocs/index.html
>    /srv/www/htdocs/images
>    /srv/www/htdocs/images/cherokee-logo.png
>    /srv/www/htdocs/images/default-bg.png
>    /srv/www/htdocs/images/favicon.ico
>    /srv/www/htdocs/images/powered_by_cherokee.png
>
> I think that we can pack these files into cherokee just like what
> apache2 does.
>
> Fedora 17 also packs them
>
> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> ---
>   meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb |    3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb b/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb
> index 2014ea1..dff662a 100644
> --- a/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb
> +++ b/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb
> @@ -48,6 +48,9 @@ FILES_libcherokee-server = "${libdir}/libcherokee-server${SOLIBS}"
>   FILES_libcherokee-client = "${libdir}/libcherokee-client${SOLIBS}"
>   FILES_libcherokee-base = "${libdir}/libcherokee-base${SOLIBS}"
>
> +# Pack the htdocs
> +FILES_${PN} += "${servicedir}"
> +
>   CONFFILES_${PN} = " \
>                      ${sysconfdir}/cherokee/cherokee.conf \
>                      ${sysconfdir}/init.d/cherokee \
>


  reply	other threads:[~2013-10-25  2:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-23  9:14 [meta-webserver] [PATCH] cherokee: fix the installed but not shipped issue Robert Yang
2013-10-25  2:36 ` Robert Yang [this message]
2013-10-25 12:22   ` Updated V2 " Khem Raj
2013-10-26  5:58     ` Robert Yang
2013-10-25  2:37 ` [meta-webserver V2] " Robert Yang
2013-10-26  5:59   ` [meta-webserver] [PATCH V3] " Robert Yang

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=5269D91A.80707@windriver.com \
    --to=liezhi.yang@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 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.