]> code.ossystems Code Review - openembedded-core.git/commit
rootfs.py: Respect OPKGLIBDIR variable
authorMartin Jansa <martin.jansa@gmail.com>
Thu, 23 Mar 2017 12:16:29 +0000 (13:16 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 May 2017 12:04:46 +0000 (13:04 +0100)
commit0554537271f56d95cb43e09bb831f57f82e8f3ac
tree0f8ba0111e4ab04a6a5dd5d31eb19a1b1bea7480
parentf1d21d1d408d89cc3bd59cd30ab10c902863c7c0
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: Armin Kuster <akuster808@gmail.com>
meta/lib/oe/rootfs.py