[oe-commits] Michael Smith : glibc-initial.inc: remove FILESPATHPKG setting to fix glibc-initial_2.3.2

git version control git at git.openembedded.org
Wed Oct 28 10:20:48 UTC 2009


Module: openembedded.git
Branch: stable/2009
Commit: e68a11f9bb9ac5f0fc032ab984b46866be3ebb83
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e68a11f9bb9ac5f0fc032ab984b46866be3ebb83

Author: Michael Smith <msmith at cbnco.com>
Date:   Wed Oct  7 06:10:19 2009 +0000

glibc-initial.inc: remove FILESPATHPKG setting to fix glibc-initial_2.3.2

All v2.5+ recipes add glibc-2.4 as a FILESDIR or FILESPATHPKG if they
need it, so it's not required in the inc anymore.

Ref:
http://projects.linuxtogo.org/pipermail/openembedded-devel/2009-June/011692.html

Signed-off-by: Michael Smith <msmith at cbnco.com>
Acked-by:  Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Acked-by:  Koen Kooi <koen at openembedded.org>

---

 recipes/glibc/glibc-initial.inc |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/recipes/glibc/glibc-initial.inc b/recipes/glibc/glibc-initial.inc
index cd65924..6468f0d 100644
--- a/recipes/glibc/glibc-initial.inc
+++ b/recipes/glibc/glibc-initial.inc
@@ -1,7 +1,6 @@
 SECTION = "libs"
 DEPENDS = "virtual/${TARGET_PREFIX}gcc-initial linux-libc-headers"
 PROVIDES = "virtual/${TARGET_PREFIX}libc-initial"
-FILESPATHPKG =. "glibc-2.4:"
 
 PACKAGES = ""
 PACKAGES_DYNAMIC = ""





More information about the Openembedded-commits mailing list