diff options
-rw-r--r-- | meta/classes/rootfs_rpm.bbclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/rootfs_rpm.bbclass b/meta/classes/rootfs_rpm.bbclass index 4059a43af8..8d467eb9d3 100644 --- a/meta/classes/rootfs_rpm.bbclass +++ b/meta/classes/rootfs_rpm.bbclass | |||
@@ -69,6 +69,10 @@ EOF | |||
69 | fakechroot yum ${YUMARGS} -y install ${PACKAGE_INSTALL} | 69 | fakechroot yum ${YUMARGS} -y install ${PACKAGE_INSTALL} |
70 | fi | 70 | fi |
71 | 71 | ||
72 | # Add any recommended packages to the image | ||
73 | # (added as an extra script since yum itself doesn't support this) | ||
74 | yum-install-recommends.py ${IMAGE_ROOTFS} "fakechroot yum ${YUMARGS} -y install" | ||
75 | |||
72 | # Symlinks created under fakeroot are wrong, now we have to fix them... | 76 | # Symlinks created under fakeroot are wrong, now we have to fix them... |
73 | cd ${IMAGE_ROOTFS} | 77 | cd ${IMAGE_ROOTFS} |
74 | for f in `find . -type l -print` | 78 | for f in `find . -type l -print` |