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:33:24 +0100 |
commit | 54f58f1b1d9991fbad5f0ac3e6638b3c28a00228 (patch) | |
tree | 7945b292d8e8ba2838735a6cce088bb59f29dad0 | |
parent | b092e550b6313a89906368a10ed5b8b4f3a32bb6 (diff) | |
download | ast2050-yocto-poky-54f58f1b1d9991fbad5f0ac3e6638b3c28a00228.zip ast2050-yocto-poky-54f58f1b1d9991fbad5f0ac3e6638b3c28a00228.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 ]
(From OE-Core rev: 003d16fbd54f59422aab917b8f3bf2aec4ab50b6)
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 a7fd71e..b941853 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" |