On Fri, Feb 12, 2016 at 5:04 PM, Andre McCurdy <[email protected]> wrote: > Includes misc minor bugs fixes: > > 0ed932f do not define static_assert macro for pre-C11 compilers > 692b16d add declarations for utmpname/utmpxname to appropriate headers > 500c688 fix return value for fread/fwrite when size argument is 0 > 416d1c7 fix line-buffered flush omission for odd usage of putc-family > functions > 5a6e8d0 fix failed write reporting by fwrite in line-buffered mode > 869a9df remove workaround for broken mips assemblers > > The addition of utmpname/utmpxname prototypes fixes a change > introduced in the previous git snapshot version which broke lxc. >
I will merge this into my tree and test it out. I had a upgrade patch but your documentation is better > Signed-off-by: Andre McCurdy <[email protected]> > --- > meta/recipes-core/musl/musl_git.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-core/musl/musl_git.bb > b/meta/recipes-core/musl/musl_git.bb > index d4413f5..8c54db8 100644 > --- a/meta/recipes-core/musl/musl_git.bb > +++ b/meta/recipes-core/musl/musl_git.bb > @@ -3,7 +3,7 @@ > > require musl.inc > > -SRCREV = "756c8af8589265e99e454fe3adcda1d0bc5e1963" > +SRCREV = "0ed932f34f11663e6b3ddfa866b1798a5938a3dc" > > PV = "1.1.12+git${SRCPV}" > > -- > 1.9.1 > > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
