[oe] Updated V2 Re: [meta-webserver] [PATCH] cherokee: fix the installed but not shipped issue

Robert Yang liezhi.yang at windriver.com
Fri Oct 25 02:36:10 UTC 2013


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 at 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 \
>



More information about the Openembedded-devel mailing list