diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-29 17:40:00 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-29 17:40:00 +0200 |
commit | 45db37a3d6735a733e87998f4ac85066eb35f1d6 (patch) | |
tree | 10425e8037492d28a8ec40999a0bcf1cceb4b9e1 /package/glibc | |
parent | 1fad491e3c88e0f9b6a0eb15c499dace2b0f37a3 (diff) | |
parent | cbe0bc6801ec933d3268773907ce9e75a1e91252 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/glibc')
-rw-r--r-- | package/glibc/Config.in.manual | 1 | ||||
-rw-r--r-- | package/glibc/Makefile | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/package/glibc/Config.in.manual b/package/glibc/Config.in.manual index e149fb144..dd5ab418a 100644 --- a/package/glibc/Config.in.manual +++ b/package/glibc/Config.in.manual @@ -4,6 +4,7 @@ config ADK_PACKAGE_GLIBC default y if ADK_TARGET_LIB_GLIBC && !ADK_TOOLCHAIN_ONLY default n depends on ADK_TARGET_LIB_GLIBC + select ADK_PACKAGE_TZDATA help GNU C library. diff --git a/package/glibc/Makefile b/package/glibc/Makefile index 2e50073f8..c6e57b460 100644 --- a/package/glibc/Makefile +++ b/package/glibc/Makefile @@ -14,7 +14,6 @@ PKG_VER:= 2.16 PKG_SECTION:= base PKG_OPTS:= noremove PKG_SUBPKGS:= GLIBC GLIBC_DEV GLIBC_STATIC -PKG_DEPENDS:= tzdata NO_DISTFILES:= 1 |