summaryrefslogtreecommitdiffstats
path: root/meta
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:33:24 +0100
commit54f58f1b1d9991fbad5f0ac3e6638b3c28a00228 (patch)
tree7945b292d8e8ba2838735a6cce088bb59f29dad0 /meta
parentb092e550b6313a89906368a10ed5b8b4f3a32bb6 (diff)
downloadpoky-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>
Diffstat (limited to 'meta')
-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"
270RRECOMMENDS_${PN} += "systemd-serialgetty systemd-compat-units udev-hwdb\ 270RRECOMMENDS_${PN} += "systemd-serialgetty systemd-compat-units udev-hwdb\
271 util-linux-agetty \ 271 util-linux-agetty \
272 util-linux-fsck e2fsprogs-e2fsck \ 272 util-linux-fsck e2fsprogs-e2fsck \
273 kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 \ 273 kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 os-release \
274" 274"
275 275
276PACKAGES =+ "udev-dbg udev udev-hwdb" 276PACKAGES =+ "udev-dbg udev udev-hwdb"