diff options
Diffstat (limited to 'meta/lib/oe/rootfs.py')
| -rw-r--r-- | meta/lib/oe/rootfs.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/lib/oe/rootfs.py b/meta/lib/oe/rootfs.py index 90a98b456c..0424a01aa5 100644 --- a/meta/lib/oe/rootfs.py +++ b/meta/lib/oe/rootfs.py | |||
| @@ -329,7 +329,8 @@ class RpmRootfs(Rootfs): | |||
| 329 | 329 | ||
| 330 | @staticmethod | 330 | @staticmethod |
| 331 | def _depends_list(): | 331 | def _depends_list(): |
| 332 | return ['DEPLOY_DIR_RPM', 'INC_RPM_IMAGE_GEN', 'RPM_PREPROCESS_COMMANDS', 'RPM_POSTPROCESS_COMMANDS'] | 332 | return ['DEPLOY_DIR_RPM', 'INC_RPM_IMAGE_GEN', 'RPM_PREPROCESS_COMMANDS', |
| 333 | 'RPM_POSTPROCESS_COMMANDS', 'RPM_PREFER_COLOR'] | ||
| 333 | 334 | ||
| 334 | def _get_delayed_postinsts(self): | 335 | def _get_delayed_postinsts(self): |
| 335 | postinst_dir = self.d.expand("${IMAGE_ROOTFS}${sysconfdir}/rpm-postinsts") | 336 | postinst_dir = self.d.expand("${IMAGE_ROOTFS}${sysconfdir}/rpm-postinsts") |
