summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib')
-rw-r--r--meta/lib/oe/rootfs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/rootfs.py b/meta/lib/oe/rootfs.py
index 001c48afce..95c275875f 100644
--- a/meta/lib/oe/rootfs.py
+++ b/meta/lib/oe/rootfs.py
@@ -562,7 +562,7 @@ class OpkgRootfs(Rootfs):
562 def _get_delayed_postinsts(self): 562 def _get_delayed_postinsts(self):
563 pkg_list = [] 563 pkg_list = []
564 status_file = os.path.join(self.image_rootfs, 564 status_file = os.path.join(self.image_rootfs,
565 self.d.getVar('OPKGLIBDIR', True), 565 self.d.getVar('OPKGLIBDIR', True).strip('/'),
566 "opkg", "status") 566 "opkg", "status")
567 567
568 with open(status_file) as status: 568 with open(status_file) as status: