Gentoo Archives: gentoo-embedded

From: "Peter S. Mazinger" <ps.m@×××.net>
To: solar@g.o
Cc: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] uclibc profile
Date: Sun, 27 Jun 2004 09:44:39
Message-Id: Pine.LNX.4.44.0406271141070.17190-100000@nb.bridge.intra
1 On 26 Jun 2004, Ned Ludd wrote:
2
3 > On Sat, 2004-06-26 at 13:52, Peter S. Mazinger wrote:
4 > > Hello!
5 > >
6 > > This is the uclibc stackable profile structure and config I am using now
7 > > for the uclibc based system (tested only the hardened one).
8 > >
9 > > An unusual thing happens though:
10 > > if I use the inheritance of base (parent file having ../base), somehow
11 > > perl is in as requirement, and I can't find out which package brings it in.
12 > >
13 > > My proposal would be to use a new base for uclibc based systems, that are
14 > > not inheriting anything from base. It can be built from the current base
15 > > file removing those packages w/ ^- in uclibc/packages
16 >
17 > ok take a look at what I just checked into portage/profiles/uclibc.
18
19 change virtuals:
20 add virtual/glibc dev-libs/uclibc (almost all ebuilds require this, so
21 rewriting them would take much time)
22
23 the use.defaults should go into base
24
25 the packages file will only work if you also add the parent file (having
26 ../base)
27
28 the other way round would be to copy ../base/packages, remove the packages
29 w/ '^-' in my packages file, and add the proper minimal versions to it.
30
31 Peter
32
33
34
35 --
36 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] uclibc profile Ned Ludd <solar@g.o>