]> code.ossystems Code Review - openembedded-core.git/commit
package_deb: DpkgIndexer use apt-ftparchive that needs a valid config
authorAndreas Oberritter <obi@opendreambox.org>
Tue, 24 Mar 2015 09:50:08 +0000 (09:50 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Mar 2015 22:49:47 +0000 (22:49 +0000)
commit331a7bbb1cd6781c93644a378d340deddcdb8bd2
treeacb41c2cbee465dea068e012d60aa9b9d1768fc0
parentb574ac6f3c9e07f0054ed4261bc1f83583c29c53
package_deb: DpkgIndexer use apt-ftparchive that needs a valid config

Since we have support of log checking in deb/ipk [1] rootfs generation
in non Debian-based hosts fails because apt-ftparchive generates a
Warning when not find /etc/apt/apt.conf.d/ (available in Debian-based
hosts).

package_manager.py: DpkgPMIndexer add support for generate and export apt
configuration.

[1] http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=86aec93902af2e2d7d73ca9a643707fcca45055c

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/package_manager.py