]> code.ossystems Code Review - openembedded-core.git/commit
dpkg: Use bzip2-replacement-native
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Feb 2014 15:49:13 +0000 (15:49 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Feb 2014 18:02:31 +0000 (18:02 +0000)
commit1a84333bcc73e6eba14217dd9704678a4da9ab4b
tree0398e1b0bfa74c9ea7bdf1a713ad7492166cd9c0
parent17b518caf253b77101b357564f8ef9e07961f12c
dpkg: Use bzip2-replacement-native

bzip2-native is in ASSUME_PROVIDED so the dependency that dpkg has doesn't correctly
trigger the build dependency. This shows up if you don't have bzip2 development
headers on your build machine and you:

bitbake dpkg-native
bitbake dpkg-native -c cleansstate
rm tmp -rf
bitbake dpkg-native

This patch uses the bzip2-replacement-native dependency as a handful
of other recipes do to make sure libbz2 is available.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/dpkg/dpkg.inc