[OE-core] [PATCH 2/3] systemd: add volatile-binds to RDEPENDS

Koen Kooi koen at dominion.thruhere.net
Wed Aug 20 06:45:20 UTC 2014


Op 28 jul. 2014, om 07:34 heeft Chen Qi <Qi.Chen at windriver.com> het volgende geschreven:

> ---
> meta/recipes-core/systemd/systemd_213.bb |    1 +
> 1 file changed, 1 insertion(+)
> 
> diff --git a/meta/recipes-core/systemd/systemd_213.bb b/meta/recipes-core/systemd/systemd_213.bb
> index 5de7cdc..4fb7ffc 100644
> --- a/meta/recipes-core/systemd/systemd_213.bb
> +++ b/meta/recipes-core/systemd/systemd_213.bb
> @@ -243,6 +243,7 @@ FILES_${PN}-dbg += "${rootlibdir}/.debug ${systemd_unitdir}/.debug ${systemd_uni
> 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} += "volatile-binds"

I'm seeing more and more patches using this pattern and I'm wondering why. The above is only adding more bitbake overhead, why can't you just write it as:

RDEPENDS_${PN} += "kmod dbus util-linux-mount udev (= ${EXTENDPKGV}) \
                                       volatile-binds"

?


More information about the Openembedded-core mailing list