So this breaks rpm-native v4, which needs file-native as it links to libmagic.
Not sure what to do here. If we install file-native directly into the sysroot we get occasional races on the file binary causing build failures. If we make file-native ASSUME_PROVIDED then rpm (and subversion) change their behaviour depending on the presence of libmagic-dev on the host (well, rpm4 requires libmagic, rpm5 and subversion change their configuration). Thoughts? Ross On 19 October 2015 at 11:05, Ross Burton <[email protected]> wrote: > Signed-off-by: Ross Burton <[email protected]> > --- > meta/conf/bitbake.conf | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf > index 9ddd1c0..06971da 100644 > --- a/meta/conf/bitbake.conf > +++ b/meta/conf/bitbake.conf > @@ -166,6 +166,7 @@ DATETIME = "${DATE}${TIME}" > ASSUME_PROVIDED = "\ > bzip2-native \ > chrpath-native \ > + file-native \ > git-native \ > grep-native \ > diffstat-native \ > -- > 2.1.4 > >
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
