diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-09-18 16:33:49 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-09-29 10:39:18 -0700 |
commit | 8c662717cc89055f505c92191b8b455a5544bc1f (patch) | |
tree | 577702214c0bba64910e0cdd1dca8b9de6d6c605 /recipes/eglibc/eglibc.inc | |
parent | 4ffd506b52264b5e80bea4642009b128be3af34e (diff) |
eglibc: Dont package timezone data
* Depend on USE_LDCONFIG to package ldconfig.
* Delete usr/share/zoneinfo from install tree.
* Delete extra binaries installed by getconf.
POSIX_V6_ILP32_OFF32 POSIX_V7_ILP32_OFF32 XBS5_ILP32_OFF32
POSIX_V6_ILP32_OFFBIG POSIX_V7_ILP32_OFFBIG XBS5_ILP32_OFFBIG
* Fix dangling symlink to /lib/libcidn-2.10.1.so
* in do_stage dont do duplicate install its time
consuming and complex instead copy the install tree
into staging. This part it from poky
http://git.pokylinux.org/cgit.cgi/poky/commit/?h=canadian&id=48a278ed71306f633091ed81d170eeff45ba3759
* Remove tzdata from RPROVIDES
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'recipes/eglibc/eglibc.inc')
-rw-r--r-- | recipes/eglibc/eglibc.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/eglibc/eglibc.inc b/recipes/eglibc/eglibc.inc index f81523e5aa..1b655e1c3a 100644 --- a/recipes/eglibc/eglibc.inc +++ b/recipes/eglibc/eglibc.inc @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.eglibc.org/home" SECTION = "libs" PRIORITY = "required" LICENSE = "LGPL" -INC_PR = "r6" +INC_PR = "r7" # nptl needs unwind support in gcc, which can't be built without glibc. DEPENDS = "virtual/${TARGET_PREFIX}gcc-intermediate linux-libc-headers" #this leads to circular deps, so lets not add it yet |