]> 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 21:33:51 +0000 (22:33 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Dec 2015 21:30:53 +0000 (21:30 +0000)
commit11f1956cf5d732cfed6d28c8c292b5053966895c
tree59a4635397b7570aceb0779f1ca7696168781fc5
parentd40779a7d3ce4f326c29ec7971731cab1f505a37
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>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/package_manager.py