mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
lib/oe/rootfs.py: rename _uninstall_uneeded to fix spelling error
Rename it to _uninstall_unneeded. (From OE-Core rev: cb217f442b8143d88112bebe4011051efbd905a3) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
44212390de
commit
124f0419b9
@@ -118,7 +118,7 @@ class Rootfs(object):
|
||||
if self.d.getVar('USE_DEVFS', True) != "1":
|
||||
self._create_devfs()
|
||||
|
||||
self._uninstall_uneeded()
|
||||
self._uninstall_unneeded()
|
||||
|
||||
self._insert_feed_uris()
|
||||
|
||||
@@ -128,7 +128,7 @@ class Rootfs(object):
|
||||
|
||||
self._cleanup()
|
||||
|
||||
def _uninstall_uneeded(self):
|
||||
def _uninstall_unneeded(self):
|
||||
# Remove unneeded init script symlinks
|
||||
delayed_postinsts = self._get_delayed_postinsts()
|
||||
if delayed_postinsts is None:
|
||||
|
||||
Reference in New Issue
Block a user