diff options
author | Sujith H <Sujith_Haridasan@mentor.com> | 2014-09-08 12:58:37 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-10 11:29:50 +0100 |
commit | 003d16fbd54f59422aab917b8f3bf2aec4ab50b6 (patch) | |
tree | d607878e9e6d0be0339bcc40337da698007e7029 | |
parent | 8a12350e00b5443a24f3d6c7693fdde9fcb7319f (diff) | |
download | openembedded-core-003d16fbd54f59422aab917b8f3bf2aec4ab50b6.tar.gz openembedded-core-003d16fbd54f59422aab917b8f3bf2aec4ab50b6.tar.bz2 openembedded-core-003d16fbd54f59422aab917b8f3bf2aec4ab50b6.zip |
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.bb | 2 |
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" |