[oe] Updates to meta-java (master) in 2016-06-30

Otavio Salvador otavio.salvador at gmail.com
Thu Jun 30 15:08:29 UTC 2016


Hello,

I pushed following updates:

commit 33ddb28a6428b02ddcc82d1954ecf27cd426fbb5 (HEAD -> pending, yocto/master-next, yocto/master, m/master, m/krogoth)
Author: Daniel McGregor <daniel.mcgregor at vecima.com>
Date:   Wed Jun 22 10:38:45 2016 -0600

    openjdk-8: make GCC6 happy
    
    GCC 6 sets the default C++ standard to C++14 and introduces dead store
    elimination by default. OpenJDK 8 is not ready for either of these
    changes, so set the C++ standard back to gnu++98 and disable dead
    store elimination.
    
    Switched to using --with-extra-cflags, cxxflags, and ldflags. The added
    patch fixes building when using those flags, and are needed to get
    CFLAGS into the JDK build in the native case.
    
    Signed-off-by: Daniel McGregor <daniel.mcgregor at vecima.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 6483010d92be7f6e1e0a268d1ca4b5fc4353c70e
Author: Daniel McGregor <daniel.mcgregor at vecima.com>
Date:   Tue Jun 21 15:07:07 2016 -0600

    icedtea7-native: make GCC 6 happy
    
    GCC 6 sets the default C++ standard to C++14 and introduces dead store
    elimination by default. icedtea7 is not ready for either of these
    changes, so just set the C++ standard back to gnu++98 and disable dead
    store elimination.
    
    Signed-off-by: Daniel McGregor <daniel.mcgregor at vecima.com>
    Signed-off-by: Dan McGregor <dan.mcgregor at usask.ca>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 8ee871a86a9999a2272d103855033da4685165d8
Author: Bernhard Dick <bernhard at bdick.de>
Date:   Wed Jun 29 15:20:40 2016 +0200

    openjdk-8: Add update version and build number to the java binaries
    
    The OpenJDK builds did not include the update version and build number
    leading to problems when applications check for the minimum needed version.
    This commit fixes it by adding the update version and build number to the
    configure parameters.
    
    Signed-off-by: Bernhard Dick <bernhard at bdick.de>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

Regards,

--
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750



More information about the Openembedded-devel mailing list