]> code.ossystems Code Review - openembedded-core.git/commit
package_manager.py: define info_dir and status_file when OPKGLIBDIR isn't the default
authorMartin Jansa <Martin.Jansa@gmail.com>
Wed, 25 Nov 2015 09:07:26 +0000 (10:07 +0100)
committerRobert Yang <liezhi.yang@windriver.com>
Mon, 28 Dec 2015 07:03:14 +0000 (23:03 -0800)
commit48a6d618d4b39058bf04a6cb0d8c076ae5da4013
treea9f6ed6ba159b6f10d0847bce92bf625c083cb63
parent0f7f15ed02ec0f7b08b9ef62f6eca6c0c1e5a73f
package_manager.py: define info_dir and status_file when OPKGLIBDIR isn't the default

* without this the do_rootfs task doesn't respect OPKGLIBDIR and
  info, status are created in different directory than opkg on
  target expects
* people who modify OPKGLIBDIR need to make sure that opkg.conf included
  in opkg package also sets info_dir and status_file options

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
meta/lib/oe/package_manager.py