diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2009-07-23 00:23:01 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-08-08 13:33:23 -0700 |
commit | 14d7697f931ae22daa2209d392d13e42b4d0c734 (patch) | |
tree | 78ce633c3ba4e67c9514083ce7e918d818b2762d /recipes/eglibc | |
parent | b1497a8e1d4cc19fb3589e8dbaf78dfe9ee3f567 (diff) |
RFC: eglibc libc6 and tzdata
Hi,
the eglibc libc6 package provides tzdata. The applied patch add this knowledge
to the eglibc-package class.
Greetings
Florian
>From 30d75e2580414498c86c6c1e023d35631019c370 Mon Sep 17 00:00:00 2001
From: Florian Boor <florian.boor@kernelconcepts.de>
Date: Thu, 23 Jul 2009 12:17:33 +0200
Subject: [PATCH] eglibc: libc6 package provides tzdata
Avoids conflict with tzdata package.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/eglibc')
-rw-r--r-- | recipes/eglibc/eglibc-package.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/eglibc/eglibc-package.bbclass b/recipes/eglibc/eglibc-package.bbclass index 5a4a656e38..7843d9f668 100644 --- a/recipes/eglibc/eglibc-package.bbclass +++ b/recipes/eglibc/eglibc-package.bbclass @@ -29,7 +29,7 @@ BINARY_LOCALE_ARCHES ?= "arm.* i[3-6]86 x86_64 powerpc" PACKAGES = "eglibc-dbg eglibc catchsegv sln nscd ldd localedef eglibc-utils eglibc-dev eglibc-doc eglibc-locale libsegfault eglibc-extra-nss eglibc-thread-db eglibc-pcprofile" PACKAGES_DYNAMIC = "glibc-gconv-* glibc-charmap-* glibc-localedata-* glibc-binary-localedata-* eglibc-gconv-* eglibc-charmap-* eglibc-localedata-* eglibc-binary-localedata-* locale-base-*" -RPROVIDES_eglibc = "glibc" +RPROVIDES_eglibc = "glibc tzdata" RPROVIDES_eglibc-utils = "glibc-utils" RPROVIDES_eglibc-dev = "glibc-dev" RPROVIDES_eglibc-doc = "glibc-doc" |