diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-05-20 10:31:17 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-05-22 07:07:04 +0530 |
commit | 11da7d9907afee9b205248c0dd09c3803355f7a6 (patch) | |
tree | dcbec64623eaefb0f201d0edbbc2527bc9d90562 /recipes/libiconv.recipe | |
parent | 3cc9b22caa9bd956cee76f016cfb593744a9e27b (diff) |
base-system: Use proxy-libintl everywhere instead of gettext
Diffstat (limited to 'recipes/libiconv.recipe')
-rw-r--r-- | recipes/libiconv.recipe | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes/libiconv.recipe b/recipes/libiconv.recipe index f42cfa43..bd705c8b 100644 --- a/recipes/libiconv.recipe +++ b/recipes/libiconv.recipe @@ -14,7 +14,6 @@ class Recipe(recipe.Recipe): # 'libiconv/0003-stdint-fix-build-with-Android-s-Bionic-fox-x86.patch', configure_options = '--disable-nls --enable-static' - platform_deps = {Platform.WINDOWS: ['gettext']} autoreconf_sh = './autogen.sh --skip-gnulib && autoreconf -fiv' files_bins = ['iconv', ] @@ -23,7 +22,3 @@ class Recipe(recipe.Recipe): files_devel = ['include/iconv.h', 'include/libcharset.h', 'include/localcharset.h' ] files_lang = ['libiconv'] - - def prepare(self): - if self.config.target_platform not in [Platform.LINUX, Platform.DARWIN, Platform.IOS]: - self.runtime_dep = True |