]> code.ossystems Code Review - openembedded-core.git/commit
busybox: Enhance to add dynamic per-file provides
authorMark Hatle <mark.hatle@windriver.com>
Mon, 19 Sep 2011 19:53:02 +0000 (14:53 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Sep 2011 12:32:33 +0000 (13:32 +0100)
commitdd63f64155e0fe41c27a8c9be84dfc0a255a3ff7
tree979b0c1f979cda1c9b8332e88669fc419e4d2de9
parente150afea5a9af8e1bc5aaecd9eb3fe86d7b79f44
busybox: Enhance to add dynamic per-file provides

When using the RPM package backend, we need a full list of per-file
provides (and requires).  The busybox package provides a number of
command line utilities, such as /usr/bin/env.  However, because
the utilities are created at post install time via scripting the
provide of each of the links was never made.  So any programs,
such as python, that require /usr/bin/env were unable to resolve
the dependency and failed.

This change only affects packaging backends that use per-file
dependency data.  Currently RPM is the only packaging backend
with this ability.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
meta/recipes-core/busybox/busybox.inc
meta/recipes-core/busybox/busybox_1.18.5.bb