aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.18.5.bb
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2011-09-19 14:53:02 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-21 13:32:33 +0100
commitdd63f64155e0fe41c27a8c9be84dfc0a255a3ff7 (patch)
tree979b0c1f979cda1c9b8332e88669fc419e4d2de9 /meta/recipes-core/busybox/busybox_1.18.5.bb
parente150afea5a9af8e1bc5aaecd9eb3fe86d7b79f44 (diff)
downloadopenembedded-core-contrib-dd63f64155e0fe41c27a8c9be84dfc0a255a3ff7.tar.gz
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>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.18.5.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.18.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.18.5.bb b/meta/recipes-core/busybox/busybox_1.18.5.bb
index c0dc1d4997..bdafb316a5 100644
--- a/meta/recipes-core/busybox/busybox_1.18.5.bb
+++ b/meta/recipes-core/busybox/busybox_1.18.5.bb
@@ -1,5 +1,5 @@
require busybox.inc
-PR = "r0"
+PR = "r1"
SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
file://udhcpscript.patch \