[oe-commits] Martin Jansa : systemd: remove dbus-systemd from RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Tue Jan 22 12:24:20 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: dcbf03f84c73c1c3e130d7aa0fe05489db2468d7
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=dcbf03f84c73c1c3e130d7aa0fe05489db2468d7

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Jan 21 10:46:36 2013 +0100

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 at gmail.com>

---

 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 5722d35..f2e168e 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}/* \
 FILES_${PN}-dbg += "${systemd_unitdir}/.debug ${systemd_unitdir}/*/.debug ${base_libdir}/security/.debug/ ${PYTHON_SITEPACKAGES_DIR}/systemd/.debug/"
 FILES_${PN}-dev += "${base_libdir}/security/*.la ${datadir}/dbus-1/interfaces/ ${sysconfdir}/rpm/macros.systemd ${PYTHON_SITEPACKAGES_DIR}/systemd/*.la"
 
-RDEPENDS_${PN} += "dbus-systemd udev-systemd"
+RDEPENDS_${PN} += "udev-systemd"
 
 # kbd -> loadkeys,setfont
 # systemd calls 'modprobe -sab --', which busybox doesn't support due to lack 





More information about the Openembedded-commits mailing list