]> code.ossystems Code Review - openembedded-core.git/commit
rootfs.py: Respect OPKGLIBDIR variable
authorMartin Jansa <martin.jansa@gmail.com>
Thu, 23 Mar 2017 12:21:22 +0000 (13:21 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Mar 2017 16:30:29 +0000 (16:30 +0000)
commitbebdb056c8bd0efc056f07b275a154e5d5a3aa2b
tree41bd07861891d711a40b7bef3bb587d7919aff6e
parent778fb2342da55e202cfb7af04bbf120c1b68620a
rootfs.py: Respect OPKGLIBDIR variable

* when OPKGLIBDIR doesn't have the default /var/lib value it will
  silently fail to copy package database from normal rootfs to debugfs
  rootfs and then when trying to install *-dbg complimentary packages
  it won't install anything, because installed_pkgs.txt file generated
  from debugfs is empty

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/rootfs.py