]> code.ossystems Code Review - openembedded-core.git/commit
package_manager.py: respect OPKGLIBDIR
authorMartin Jansa <martin.jansa@gmail.com>
Thu, 23 Mar 2017 12:16:30 +0000 (13:16 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 May 2017 12:04:46 +0000 (13:04 +0100)
commitf1d21d1d408d89cc3bd59cd30ab10c902863c7c0
treed73dfd689f0ea0b8816421d1cdfbdc7a18a52cef
parent70bea8d0be82781ce615794434225418cce63a90
package_manager.py: respect OPKGLIBDIR

* respect it for incremental rootfs generation
* add lists_dir option to opkg.conf
* also fix setting info_dir and status_file when they use default value, the
  problem is that self.opkg_dir is already prefixed with rootfs directory,
  comparing it with /var/lib/opkg always returned false and the options were
  appended to config file unnecessary
* with opkg 0.3.4 we can use VARDIR prefix added in:
  commit d2a8e23dc669adc398f4bb8bcfcabfcf925708f7
  Author: Florin Gherendi <floring2502@gmail.com>
  Date:   Mon Dec 19 12:25:38 2016 +0200
  libopkg: make the /var and /etc directories configurable at compile time.

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