From: Detlef Vollmann <dv@vollmann.ch>
To: openembedded-devel@openembedded.org
Subject: Re: Task-base is big :(
Date: Wed, 12 Sep 2007 00:22:29 +0200 [thread overview]
Message-ID: <46E71524.4CAFCDBC@vollmann.ch> (raw)
In-Reply-To: 1189545452.6163.65.camel@localhost.localdomain
Richard Purdie wrote:
> Is this overlay public? Even if we can't use it directly a summary of
> what you find unacceptable of the current approach in OE would be useful
> to see.
I don't have a full overlay, but here's an example:
$ cat python-my_2.5.1.bb
require python_${PV}.bb
DEPENDS = "python-native readline zlib gdbm openssl sqlite3 tcl"
EXTRA_OECONF = "--with-threads --with-pymalloc --with-cyclic-gc \
--with-signal-module --with-wctype-functions \
--enable-shared"
PROVIDES += "python"
The difference to the original python .bb is the removing of
DEPEND: tk
This would build a whole X11 system, and I definitely don't want that.
EXTRA_OECONF: --without-cxx
I want the C++, so I configure it with it.
The interesting part cannot be seen here: the package is lying.
python_2.5.1.bb is including python-2.5-manifest.inc, and that
declares to provide "python-tkinter" which is simply wrong.
But to remove that would either mean to provide a full own
edited copy of the manifest, or to remove the wrong declarations
again, which requires syntax I don't know.
Detlef
--
Detlef Vollmann vollmann engineering gmbh
Linux and C++ for Embedded Systems http://www.vollmann.ch/
next prev parent reply other threads:[~2007-09-11 22:22 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-11 11:18 Task-base is big :( Marcin Juszkiewicz
2007-09-11 17:37 ` Leon Woestenberg
2007-09-11 19:27 ` Koen Kooi
2007-09-11 21:10 ` USE flags - why they won't work for OE Richard Purdie
2007-09-11 23:14 ` Leon Woestenberg
2007-09-12 5:55 ` Stelios Koroneos
2007-09-12 11:06 ` José Bernardo Bandos Rodrigues
2007-09-12 16:38 ` Darcy Watkins
2007-09-12 11:46 ` Leon Woestenberg
2007-09-12 21:35 ` Richard Purdie
2007-09-11 21:17 ` Task-base is big :( Richard Purdie
2007-09-11 22:22 ` Detlef Vollmann [this message]
2007-09-11 22:55 ` Leon Woestenberg
2007-09-12 5:56 ` Stelios Koroneos
2007-09-12 7:53 ` Graeme Gregory
2007-09-12 8:43 ` Koen Kooi
2007-09-12 12:02 ` Binary packages (was: Task-base is big :( ) Detlef Vollmann
2007-09-12 12:45 ` Task-base is big :( Detlef Vollmann
2007-09-12 23:21 ` Richard Purdie
2007-09-11 23:43 ` Dr. Michael Lauer
2007-09-12 6:04 ` Koen Kooi
2007-09-14 7:21 ` Splitting up bluez in a sane way, was " Koen Kooi
2007-09-14 9:22 ` Marcin Juszkiewicz
2007-09-14 9:44 ` Koen Kooi
2007-09-15 8:29 ` Koen Kooi
2007-09-15 12:31 ` Marcin Juszkiewicz
2007-09-15 12:59 ` Koen Kooi
2007-09-18 17:54 ` Koen Kooi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=46E71524.4CAFCDBC@vollmann.ch \
--to=dv@vollmann.ch \
--cc=openembedded-devel@lists.openembedded.org \
--cc=openembedded-devel@openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.