On (04/08/10 14:37), Graham Gower wrote: > On 4 August 2010 12:51, Denys Dmytriyenko <[email protected]> wrote: > > 1. Do you expect extensive fallout after this change? Since PRs are again > > not > > bumped, people should probably try 2 builds - with existing TMPDIR and with > > a > > clean one. > > > > 2. This doesn't seem right (special case not handled by your regexp): > > > > @@ -60,7 +60,7 @@ do_configure_append() { > > } > > > > do_stage() { > > - autotools_stage_all > > + _all > > sed -i s,-l:libusb-gnur.a,,g ${STAGING_LIBDIR}/libusrp.la > > } > > > > -- > > Denys > > > > This doesn't look right either.
This is fixed in v2. > > --- a/recipes/bluez/bluez4-libs.inc > +++ b/recipes/bluez/bluez4-libs.inc > @@ -10,7 +10,7 @@ SRC_URI = > "http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz \ > > S = "${WORKDIR}/bluez-${PV}" > > -inherit autotools_stage > +inherit > AUTOTOOLS_STAGE_PKGCONFIG = "1" > > EXTRA_OECONF = "\ > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
