diff options
author | Dustin Bain <dustin.bain@garmin.com> | 2019-02-05 09:31:44 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-06 08:29:07 +0000 |
commit | d1a67109ea52444d60ef6d7282929c9cd6012624 (patch) | |
tree | 04d34132374c28ca9a3abdeccac3d214a4dbc691 /meta/recipes-core/busybox | |
parent | ca8d1c52c4772caf5f52ff31f315e9619104f5fc (diff) | |
download | poky-d1a67109ea52444d60ef6d7282929c9cd6012624.tar.gz |
busybox: update to 1.29.3
Updates busybox to version 1.29.3 to fix a bug related to parsing of
config files: 2993551ef ("Revert "libbb: remove unnecessary variable in
xmalloc_fgets"")
Upgrading the recipe was chosen instead of backporting the fix as a
patch because the only difference between version 1.29.2 and 1.29.3 is
this revert.
(From OE-Core rev: 11d4fd16c3d7dad5d7e3b4d44a96724075be7126)
Signed-off-by: Dustin Bain <dustin.bain@garmin.com>
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox')
-rw-r--r-- | meta/recipes-core/busybox/busybox-inittab_1.29.3.bb (renamed from meta/recipes-core/busybox/busybox-inittab_1.29.2.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-core/busybox/busybox_1.29.3.bb (renamed from meta/recipes-core/busybox/busybox_1.29.2.bb) | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/busybox/busybox-inittab_1.29.2.bb b/meta/recipes-core/busybox/busybox-inittab_1.29.3.bb index a83620e859..a83620e859 100644 --- a/meta/recipes-core/busybox/busybox-inittab_1.29.2.bb +++ b/meta/recipes-core/busybox/busybox-inittab_1.29.3.bb | |||
diff --git a/meta/recipes-core/busybox/busybox_1.29.2.bb b/meta/recipes-core/busybox/busybox_1.29.3.bb index 66049bde96..a3e68cdc77 100644 --- a/meta/recipes-core/busybox/busybox_1.29.2.bb +++ b/meta/recipes-core/busybox/busybox_1.29.3.bb | |||
@@ -48,5 +48,5 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ | |||
48 | " | 48 | " |
49 | SRC_URI_append_libc-musl = " file://musl.cfg " | 49 | SRC_URI_append_libc-musl = " file://musl.cfg " |
50 | 50 | ||
51 | SRC_URI[tarball.md5sum] = "46617af37a39579711d8b36f189cdf1e" | 51 | SRC_URI[tarball.md5sum] = "0a367e19cdfd157e8258d87f893ee516" |
52 | SRC_URI[tarball.sha256sum] = "67d2fa6e147a45875fe972de62d907ef866fe784c495c363bf34756c444a5d61" | 52 | SRC_URI[tarball.sha256sum] = "97648636e579462296478e0218e65e4bc1e9cd69089a3b1aeb810bff7621efb7" |