diff options
| -rw-r--r-- | meta/recipes-core/meta/buildtools-extended-tarball.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/buildtools-extended-tarball.bb b/meta/recipes-core/meta/buildtools-extended-tarball.bb index 0816486754..83e3fddccc 100644 --- a/meta/recipes-core/meta/buildtools-extended-tarball.bb +++ b/meta/recipes-core/meta/buildtools-extended-tarball.bb | |||
| @@ -28,11 +28,21 @@ TOOLCHAIN_HOST_TASK += "\ | |||
| 28 | nativesdk-libtool \ | 28 | nativesdk-libtool \ |
| 29 | nativesdk-pkgconfig \ | 29 | nativesdk-pkgconfig \ |
| 30 | nativesdk-glibc-utils \ | 30 | nativesdk-glibc-utils \ |
| 31 | nativesdk-glibc-gconv-ibm850 \ | ||
| 32 | nativesdk-glibc-gconv-iso8859-1 \ | ||
| 33 | nativesdk-glibc-gconv-utf-16 \ | ||
| 34 | nativesdk-glibc-gconv-cp1250 \ | ||
| 35 | nativesdk-glibc-gconv-cp1251 \ | ||
| 36 | nativesdk-glibc-gconv-cp1252 \ | ||
| 37 | nativesdk-glibc-gconv-euc-jp \ | ||
| 38 | nativesdk-glibc-gconv-libjis \ | ||
| 31 | nativesdk-libxcrypt-dev \ | 39 | nativesdk-libxcrypt-dev \ |
| 32 | nativesdk-parted \ | 40 | nativesdk-parted \ |
| 33 | nativesdk-dosfstools \ | 41 | nativesdk-dosfstools \ |
| 34 | nativesdk-gptfdisk \ | 42 | nativesdk-gptfdisk \ |
| 35 | " | 43 | " |
| 44 | # gconv-cp1250, cp1251 and euc-jp needed for iconv to work in vim builds | ||
| 45 | # also copied list from uninative | ||
| 36 | 46 | ||
| 37 | TOOLCHAIN_OUTPUTNAME = "${SDK_ARCH}-buildtools-extended-nativesdk-standalone-${DISTRO_VERSION}" | 47 | TOOLCHAIN_OUTPUTNAME = "${SDK_ARCH}-buildtools-extended-nativesdk-standalone-${DISTRO_VERSION}" |
| 38 | 48 | ||
