Message ID | 20111114192313.19819.46250.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'linaro_image_tools/hwpack/packages.py' --- linaro_image_tools/hwpack/packages.py 2011-08-10 22:12:11 +0000 +++ linaro_image_tools/hwpack/packages.py 2011-11-14 13:32:51 +0000 @@ -506,6 +506,8 @@ 'Package: *\n' 'Pin: release l=%s\n' 'Pin-Priority: 1001\n' % self.prefer_label) + # XXX: This is a temporary workaround for bug 885895. + apt_pkg.config.set("Dir::bin::dpkg", "/bin/false") self.cache = Cache(rootdir=self.tempdir, memonly=True) logger.debug("Updating apt cache") self.cache.update()