From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@openembedded.org
Subject: Re: libxml2_native_python_dir
Date: Tue, 23 Sep 2008 23:21:57 +0200 [thread overview]
Message-ID: <gbbmll$t6i$1@ger.gmane.org> (raw)
In-Reply-To: <20080923211433.GA29169@denix.org>
Denys Dmytriyenko wrote:
> Hi,
>
> Since couple of days ago I'm seeing this error message when bitbake rebuilds
> its cache:
>
> ERROR: Error Method already seen: libxml2_native_python_dir in' libxml2-native_2.6.29.bb' now in 'libxml2-native_2.6.32.bb'
>
> Even though it says ERROR, it does not break the build.
OE (or bitbake, I get confused easily) has a global method scope, so you
get warned when 2 files define the same method.
The way to fix this would either be to drop .29 or create a .inc file
that can be shared between .29 and .32.
regards,
Koen
next prev parent reply other threads:[~2008-09-23 21:25 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-23 21:14 libxml2_native_python_dir Denys Dmytriyenko
2008-09-23 21:21 ` Koen Kooi [this message]
2008-09-23 21:33 ` libxml2_native_python_dir Andrea Adami
2008-09-24 0:06 ` libxml2_native_python_dir Khem Raj
2008-09-25 4:06 ` libxml2_native_python_dir Denys Dmytriyenko
2008-09-25 10:01 ` libxml2_native_python_dir Andrea Adami
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='gbbmll$t6i$1@ger.gmane.org' \
--to=k.kooi@student.utwente.nl \
--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.