summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-07-29 17:16:06 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-07-29 17:16:06 +0200
commit8961e6674ce327d3a75d05da815a5dfd2f853d11 (patch)
tree06df292aec121d01b5978330bf998428826da469
parentebfa3015f50314ef7b0987c2ea8202ca3a253dee (diff)
add tzdata dependency
-rw-r--r--package/eglibc/Config.in.manual1
-rw-r--r--package/eglibc/Makefile1
-rw-r--r--package/glibc/Config.in.manual1
-rw-r--r--package/glibc/Makefile1
4 files changed, 2 insertions, 2 deletions
diff --git a/package/eglibc/Config.in.manual b/package/eglibc/Config.in.manual
index 0e7598edf..fd6d6fbb8 100644
--- a/package/eglibc/Config.in.manual
+++ b/package/eglibc/Config.in.manual
@@ -4,6 +4,7 @@ config ADK_PACKAGE_EGLIBC
default y if ADK_TARGET_LIB_EGLIBC && !ADK_TOOLCHAIN_ONLY
default n
depends on ADK_TARGET_LIB_EGLIBC
+ select ADK_PACKAGE_TZDATA
help
embedded GNU C library.
diff --git a/package/eglibc/Makefile b/package/eglibc/Makefile
index d9acdb8fd..9f37255cf 100644
--- a/package/eglibc/Makefile
+++ b/package/eglibc/Makefile
@@ -9,7 +9,6 @@ PKG_DESCR:= embedded GNU C library
PKG_SECTION:= base
PKG_OPTS:= noremove
PKG_SUBPKGS:= EGLIBC EGLIBC_DEV EGLIBC_STATIC
-PKG_DEPENDS:= tzdata
NO_DISTFILES:= 1
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