All of lore.kernel.org
 help / color / mirror / Atom feed
From: jc.begue@pm.me
To: "openembedded-core@lists.openembedded.org"
	<openembedded-core@lists.openembedded.org>
Subject: Using OE's native bzip2
Date: Sun, 15 Nov 2020 07:19:54 +0000	[thread overview]
Message-ID: <N8dTusv8HRYbXICsENrr0Xs8dy2xw-8TOU515yBu6Jg1TzOcH3ccglVEvtqNUlRIW-bOM29tttjs6vI6lcldLoX6bmYsRbDBaJAWqY8RTIY=@pm.me> (raw)

Hello everyone,

I'm trying to build a native bzip2 version because my system's one isn't compatible with some archives.

To achieve that, I remove bzip2-native from ASSUME_PROVIDED:

ASSUME_PROVIDED_remove = "bzip2-native"

But then I get lots of circular dependencies, running bitbake bzip2-native:

[...]
Task /home/jc/code/yocto/oe-core/meta/recipes-devtools/libtool/libtool-native_2.4.6.bb:do_compile (dependent Tasks ['libtool-native_2.4.6.bb:do_configure'])
  Task /home/jc/code/yocto/oe-core/meta/recipes-devtools/libtool/libtool-native_2.4.6.bb:do_install (dependent Tasks ['libtool-native_2.4.6.bb:do_compile'])
  Task /home/jc/code/yocto/oe-core/meta/recipes-devtools/libtool/libtool-native_2.4.6.bb:do_populate_sysroot (dependent Tasks ['libtool-native_2.4.6.bb:do_install'])
  Task virtual:native:/home/jc/code/yocto/oe-core/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_prepare_recipe_sysroot (dependent Tasks ['automake_1.16.2.bb:do_populate_sysroot', 'gnu-config_git.bb:do_populate_sysroot', 'bzip2_1.0.8.bb:do_fetch', 'libtool-native_2.4.6.bb:do_populate_sysroot', 'autoconf_2.69.bb:do_populate_sysroot'])
  Task virtual:native:/home/jc/code/yocto/oe-core/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_configure (dependent Tasks ['bzip2_1.0.8.bb:do_prepare_recipe_sysroot', 'bzip2_1.0.8.bb:do_patch'])
[...]

Is there a hope I could achieve this or should I look for another solution ?

Jean-Christophe BEGUE



             reply	other threads:[~2020-11-15  7:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-15  7:19 jc.begue [this message]
2020-11-16 14:50 ` [OE-core] Using OE's native bzip2 Ross Burton

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='N8dTusv8HRYbXICsENrr0Xs8dy2xw-8TOU515yBu6Jg1TzOcH3ccglVEvtqNUlRIW-bOM29tttjs6vI6lcldLoX6bmYsRbDBaJAWqY8RTIY=@pm.me' \
    --to=jc.begue@pm.me \
    --cc=openembedded-core@lists.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.