diff options
Diffstat (limited to 'classes/populate_b2qt_qt5_sdk.bbclass')
-rw-r--r-- | classes/populate_b2qt_qt5_sdk.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/populate_b2qt_qt5_sdk.bbclass b/classes/populate_b2qt_qt5_sdk.bbclass index 7acd095..fd7b43c 100644 --- a/classes/populate_b2qt_qt5_sdk.bbclass +++ b/classes/populate_b2qt_qt5_sdk.bbclass | |||
@@ -67,6 +67,9 @@ EOF | |||
67 | echo 'TargetSpec = devices/linux-oe-generic-g++' >> $qtconf | 67 | echo 'TargetSpec = devices/linux-oe-generic-g++' >> $qtconf |
68 | 68 | ||
69 | create_qtcreator_configure_script | 69 | create_qtcreator_configure_script |
70 | |||
71 | # Link /etc/resolv.conf is broken in the toolchain sysroot, remove it | ||
72 | rm -f ${SDK_OUTPUT}${SDKTARGETSYSROOT}${sysconfdir}/resolv.conf | ||
70 | } | 73 | } |
71 | 74 | ||
72 | create_qtcreator_configure_script () { | 75 | create_qtcreator_configure_script () { |