summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-02-06 14:13:12 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-06 15:30:45 +0000
commit4217302c296afd49011ff0b307247a14da3a4985 (patch)
tree2dedc200ebeb7e33b09237b2a20d68c275715905 /meta/recipes-core/systemd
parentfa1b8ae52345e172552880df5536a0495a610616 (diff)
downloadpoky-4217302c296afd49011ff0b307247a14da3a4985.tar.gz
systemd: add a hard dependency on udev=$EXTENDPKGV
If the systemd/sysvinit DISTRO_FEATURES are changed without wiping the package feeds it's possible to build an image that pulls in mismatching versions of systemd and udev. This leads to images that are broken and don't boot correctly. Prevent this by adding a version-locked dependency on udev in systemd so that images that attempt to install mis-matching versions don't build. (From OE-Core rev: cb64f979ac4d792027a4a85fe086d0854e7bc9bc) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r--meta/recipes-core/systemd/systemd_208.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_208.bb b/meta/recipes-core/systemd/systemd_208.bb
index 41a106a7c2..5ed31c35b0 100644
--- a/meta/recipes-core/systemd/systemd_208.bb
+++ b/meta/recipes-core/systemd/systemd_208.bb
@@ -225,7 +225,7 @@ FILES_${PN} = " ${base_bindir}/* \
225FILES_${PN}-dbg += "${rootlibdir}/.debug ${systemd_unitdir}/.debug ${systemd_unitdir}/*/.debug ${base_libdir}/security/.debug/" 225FILES_${PN}-dbg += "${rootlibdir}/.debug ${systemd_unitdir}/.debug ${systemd_unitdir}/*/.debug ${base_libdir}/security/.debug/"
226FILES_${PN}-dev += "${base_libdir}/security/*.la ${datadir}/dbus-1/interfaces/ ${sysconfdir}/rpm/macros.systemd" 226FILES_${PN}-dev += "${base_libdir}/security/*.la ${datadir}/dbus-1/interfaces/ ${sysconfdir}/rpm/macros.systemd"
227 227
228RDEPENDS_${PN} += "kmod dbus util-linux-mount" 228RDEPENDS_${PN} += "kmod dbus util-linux-mount udev (= ${EXTENDPKGV})"
229 229
230RRECOMMENDS_${PN} += "systemd-serialgetty systemd-compat-units \ 230RRECOMMENDS_${PN} += "systemd-serialgetty systemd-compat-units \
231 util-linux-agetty \ 231 util-linux-agetty \