aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSujith H <Sujith_Haridasan@mentor.com>2014-09-08 12:58:37 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-10 11:29:50 +0100
commit003d16fbd54f59422aab917b8f3bf2aec4ab50b6 (patch)
treed607878e9e6d0be0339bcc40337da698007e7029
parent8a12350e00b5443a24f3d6c7693fdde9fcb7319f (diff)
downloadopenembedded-core-contrib-003d16fbd54f59422aab917b8f3bf2aec4ab50b6.tar.gz
systemd: Adding RRECOMMENDS for os-release
Systemd depends on the os-release hence adding RRECOMMENDS for the systemd package. [ RB - updated for 216 ] Signed-off-by: Christopher Larson <kergoth@gmail.com> Signed-off-by: Sujith H <Sujith_Haridasan@mentor.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/systemd/systemd_216.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_216.bb b/meta/recipes-core/systemd/systemd_216.bb
index a7fd71edd0..b941853557 100644
--- a/meta/recipes-core/systemd/systemd_216.bb
+++ b/meta/recipes-core/systemd/systemd_216.bb
@@ -270,7 +270,7 @@ RDEPENDS_${PN} += "volatile-binds"
RRECOMMENDS_${PN} += "systemd-serialgetty systemd-compat-units udev-hwdb\
util-linux-agetty \
util-linux-fsck e2fsprogs-e2fsck \
- kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \
+ kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 os-release \
"
PACKAGES =+ "udev-dbg udev udev-hwdb"