]> code.ossystems Code Review - openembedded-core.git/commit
package_manager.py: fixes for multilib deb packaging builds
authorMatt Madison <matt@madison.systems>
Wed, 6 Jan 2016 12:21:34 +0000 (04:21 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Jan 2016 23:23:17 +0000 (23:23 +0000)
commitc3ee9b12ae704eadf02ff288d8035b5885d6218e
treed2115a15d8b7e1b3bfd3cbbccc460a3d0f0b252d
parent8d042ea4e755cb0bb28b88333e10e04ec4e86a36
package_manager.py: fixes for multilib deb packaging builds

* tmp/deploy/deb subdirectories do not get hyphens replaced
  with underscores, so don't do that translation when building
  the sources list.

* Fix MULTILIB_VARIANTS handling to be more general and
  work for all architectures

* Also include a fix for a warning generated by apt
  due to missing apt/preferences.d directory.

Signed-off-by: Matt Madison <matt@madison.systems>
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/package_manager.py