On 2018/10/26 δΈε7:49, Hongxu Jia wrote:
+python() {
+ if 'mips' in d.getVar('TARGET_ARCH'):
+ d.appendVar('INSANE_SKIP_%s' % d.getVar('PN'), " textrel")
+ else:
+ d.appendVar('GOBUILDMODE', 'pie')
It should use d.setVar('GOBUILDMODE', 'pie'), V3 incoming
//Hongxu
--
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core
