On Thu, Aug 14, 2014 at 04:46:01PM +0800, Chen Qi wrote:
> Add libdw to RDEPENDS of systemd to avoid build-deps QA warning.
> 
> Signed-off-by: Chen Qi <qi.c...@windriver.com>
> ---
>  meta/recipes-core/systemd/systemd_215.bb |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-core/systemd/systemd_215.bb 
> b/meta/recipes-core/systemd/systemd_215.bb
> index 770787b..a52a042 100644
> --- a/meta/recipes-core/systemd/systemd_215.bb
> +++ b/meta/recipes-core/systemd/systemd_215.bb
> @@ -244,7 +244,7 @@ FILES_${PN} = " ${base_bindir}/* \
>  FILES_${PN}-dbg += "${rootlibdir}/.debug ${systemd_unitdir}/.debug 
> ${systemd_unitdir}/*/.debug ${base_libdir}/security/.debug/"
>  FILES_${PN}-dev += "${base_libdir}/security/*.la 
> ${datadir}/dbus-1/interfaces/ ${sysconfdir}/rpm/macros.systemd"
>  
> -RDEPENDS_${PN} += "kmod dbus util-linux-mount udev (= ${EXTENDPKGV})"
> +RDEPENDS_${PN} += "libdw kmod dbus util-linux-mount udev (= ${EXTENDPKGV})"

Shouldn't it be build-time dependency?

If it's detected from sysroot in do_configure then it has to be in
DEPENDS to get deterministic results.

>  RDEPENDS_${PN} += "volatile-binds"
>  
>  RRECOMMENDS_${PN} += "systemd-serialgetty systemd-compat-units udev-hwdb\
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: martin.ja...@gmail.com

Attachment: signature.asc
Description: Digital signature

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to