diff options
-rw-r--r-- | meta/classes/populate_sdk_ext.bbclass | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass index dc052612c7..8601c78410 100644 --- a/meta/classes/populate_sdk_ext.bbclass +++ b/meta/classes/populate_sdk_ext.bbclass | |||
@@ -187,10 +187,7 @@ python copy_buildsystem () { | |||
187 | } | 187 | } |
188 | 188 | ||
189 | def extsdk_get_buildtools_filename(d): | 189 | def extsdk_get_buildtools_filename(d): |
190 | # This is somewhat of a hack | 190 | return '*-buildtools-nativesdk-standalone-*.sh' |
191 | localdata = bb.data.createCopy(d) | ||
192 | localdata.setVar('PN', 'buildtools-tarball') | ||
193 | return localdata.expand('${SDK_NAME}-buildtools-nativesdk-standalone-*.sh') | ||
194 | 191 | ||
195 | install_tools() { | 192 | install_tools() { |
196 | install -d ${SDK_OUTPUT}/${SDKPATHNATIVE}${bindir_nativesdk} | 193 | install -d ${SDK_OUTPUT}/${SDKPATHNATIVE}${bindir_nativesdk} |