summaryrefslogtreecommitdiff
path: root/meta/recipes-core/busybox/busybox_1.18.5.bb
Commit message (Collapse)AuthorAgeFilesLines
* busybox: Enhance to add dynamic per-file providesMark Hatle2011-09-211-1/+1
| | | | | | | | | | | | | | | | 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>
* busybox: update to 1.8.5Denis Carikli2011-09-071-0/+31
Signed-off-by: Denis Carikli <denis@eukrea.com>