On Wed, 2012-03-14 at 01:33 -0700, Saul Wold wrote: > Signed-off-by: Saul Wold <[email protected]> > --- > meta/conf/bitbake.conf | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf > index 216da75..d4357d1 100644 > --- a/meta/conf/bitbake.conf > +++ b/meta/conf/bitbake.conf > @@ -253,7 +253,7 @@ SOLIBSDEV_darwin = ".dylib" > SOLIBSDEV_darwin8 = ".dylib" > SOLIBSDEV_darwin9 = ".dylib" > > -PACKAGES = "${PN}-dbg ${PN} ${PN}-doc ${PN}-dev ${PN}-staticdev ${PN}-locale" > +PACKAGES = "${PN}-dbg ${PN}-staticdev ${PN} ${PN}-doc ${PN}-dev ${PN}-locale" > PACKAGES_DYNAMIC = "${PN}-locale-*" > FILES = "" > > @@ -277,7 +277,7 @@ SECTION_${PN}-dev = "devel" > ALLOW_EMPTY_${PN}-dev = "1" > RDEPENDS_${PN}-dev = "${PN} (= ${EXTENDPKGV})" > > -FILES_${PN}-staticdev = "${libdir}/*.a ${base_libdir}/*.a" > +FILES_${PN}-staticdev = "${libdir}/*.a ${base_libdir}/*.a > ${libdir}/${BPN}/*.a" > SECTION_${PN}-staticdev = "devel" > RDEPENDS_${PN}-staticdev = "${PN}-dev (= ${EXTENDPKGV})"
This is a major change at this point in the release cycle. I'd at least want to see a "bitbake world" compared before and after using buildhistory. There are reasons we might want to do this with other packages such as the -dbg and -dev too. It is a serious change though and we've never dared with the other packages due to not knowing exactly what we were changing. Cheers, Richard _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
