diff options
Diffstat (limited to 'meta/lib/oe/rootfs.py')
-rw-r--r-- | meta/lib/oe/rootfs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/rootfs.py b/meta/lib/oe/rootfs.py index 2b2915e470..be0afa6d74 100644 --- a/meta/lib/oe/rootfs.py +++ b/meta/lib/oe/rootfs.py | |||
@@ -187,7 +187,7 @@ class Rootfs(object): | |||
187 | self._handle_intercept_failure(registered_pkgs) | 187 | self._handle_intercept_failure(registered_pkgs) |
188 | 188 | ||
189 | def _run_ldconfig(self): | 189 | def _run_ldconfig(self): |
190 | if self.d.getVar('LDCONFIGDEPEND', True) != "": | 190 | if self.d.getVar('LDCONFIGDEPEND', True): |
191 | bb.note("Executing: ldconfig -r" + self.image_rootfs + "-c new -v") | 191 | bb.note("Executing: ldconfig -r" + self.image_rootfs + "-c new -v") |
192 | self._exec_shell_cmd(['ldconfig', '-r', self.image_rootfs, '-c', | 192 | self._exec_shell_cmd(['ldconfig', '-r', self.image_rootfs, '-c', |
193 | 'new', '-v']) | 193 | 'new', '-v']) |