summaryrefslogtreecommitdiff
path: root/meta/recipes-core/busybox/busybox_1.18.5.bb
Commit message (Collapse)AuthorAgeFilesLines
* busybox: add grep to temporary links during uninstallPaul Eggleton2011-11-091-1/+1
| | | | | | | | | In the busybox package prerm we set up some temporary links and modify PATH so that certain utilities are provided for the purpose of running update-alternatives; if grep is not among these then you get errors when removing busybox, so add a temporary link for grep as well. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* 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>