diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-21 10:46:36 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-22 13:17:15 +0100 |
commit | dcbf03f84c73c1c3e130d7aa0fe05489db2468d7 (patch) | |
tree | c9d16eef9aea23064b61c8ce8b90846e9ed338ea | |
parent | 9ba54f4d78e8d5a03c2df9842d92ed71790592e5 (diff) | |
download | meta-openembedded-dcbf03f84c73c1c3e130d7aa0fe05489db2468d7.tar.gz |
systemd: remove dbus-systemd from RDEPENDS
* dbus-systemd package was removed in oe-core and it's part of PN
with systemd in DISTRO_FEATURES
* fixes parsing after first part of meta-systemd merge to oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-systemd/recipes-core/systemd/systemd_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-systemd/recipes-core/systemd/systemd_git.bb b/meta-systemd/recipes-core/systemd/systemd_git.bb index 5722d35d3..f2e168e9b 100644 --- a/meta-systemd/recipes-core/systemd/systemd_git.bb +++ b/meta-systemd/recipes-core/systemd/systemd_git.bb | |||
@@ -185,7 +185,7 @@ FILES_${PN} = " ${base_bindir}/* \ | |||
185 | FILES_${PN}-dbg += "${systemd_unitdir}/.debug ${systemd_unitdir}/*/.debug ${base_libdir}/security/.debug/ ${PYTHON_SITEPACKAGES_DIR}/systemd/.debug/" | 185 | FILES_${PN}-dbg += "${systemd_unitdir}/.debug ${systemd_unitdir}/*/.debug ${base_libdir}/security/.debug/ ${PYTHON_SITEPACKAGES_DIR}/systemd/.debug/" |
186 | FILES_${PN}-dev += "${base_libdir}/security/*.la ${datadir}/dbus-1/interfaces/ ${sysconfdir}/rpm/macros.systemd ${PYTHON_SITEPACKAGES_DIR}/systemd/*.la" | 186 | FILES_${PN}-dev += "${base_libdir}/security/*.la ${datadir}/dbus-1/interfaces/ ${sysconfdir}/rpm/macros.systemd ${PYTHON_SITEPACKAGES_DIR}/systemd/*.la" |
187 | 187 | ||
188 | RDEPENDS_${PN} += "dbus-systemd udev-systemd" | 188 | RDEPENDS_${PN} += "udev-systemd" |
189 | 189 | ||
190 | # kbd -> loadkeys,setfont | 190 | # kbd -> loadkeys,setfont |
191 | # systemd calls 'modprobe -sab --', which busybox doesn't support due to lack | 191 | # systemd calls 'modprobe -sab --', which busybox doesn't support due to lack |