diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-07-07 12:00:40 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-07 13:36:14 +0100 |
commit | d97eeadc4e759d4e7793c30f6cc214e86e8df35c (patch) | |
tree | 577da136eb1d94bdc5646a73cc851bc0bc0a16cb /meta | |
parent | 74bb505de16292ea278106c8575f955dfdc3141e (diff) | |
download | openembedded-core-d97eeadc4e759d4e7793c30f6cc214e86e8df35c.tar.gz openembedded-core-d97eeadc4e759d4e7793c30f6cc214e86e8df35c.tar.bz2 openembedded-core-d97eeadc4e759d4e7793c30f6cc214e86e8df35c.zip |
busybox: bump PR to ensure ipv4 is enabled
Now that ipv4 has been added to the default DISTRO_FEATURES we need to
bump PR as busybox will need to be rebuilt.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/busybox/busybox_1.18.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.18.4.bb b/meta/recipes-core/busybox/busybox_1.18.4.bb index cb41ac601f..5883cc65cf 100644 --- a/meta/recipes-core/busybox/busybox_1.18.4.bb +++ b/meta/recipes-core/busybox/busybox_1.18.4.bb @@ -1,5 +1,5 @@ require busybox.inc -PR = "r4" +PR = "r5" SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ file://udhcpscript.patch \ |