diff options
| author | Andrej Valek <andrej.v@skyrain.eu> | 2024-10-23 19:22:04 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-24 15:18:54 +0100 |
| commit | 4ea53609229c4be43906fa95b47e7c34377b953b (patch) | |
| tree | b34be9dbb489b2ebec35476ba16b96f92f2bebc9 /meta/recipes-support/attr | |
| parent | d8ec024b8306d8db68213405eb424312cddf520e (diff) | |
| download | poky-4ea53609229c4be43906fa95b47e7c34377b953b.tar.gz | |
busybox: 1.36.1 -> 1.37.0
- update to next stable version 1.37.0
- refresh defconfig
- disable new applets (ip_link_can)
- enable new applets (time64, find_exec_ok, getfattr, udhcpd_bootp)
- disable sha acceleration by default
- enable it just for x86-64, other possible option (x86) is broken
- submitted to mailing list
- fix problem with syslogd when nothing was logged
- fix problem with start-stop-daemon tests
- remove and refresh already merged patches
(From OE-Core rev: 21753f16a364e32050cf8d79bfa7e0f89be52ce7)
Signed-off-by: Andrej Valek <andrej.v@skyrain.eu>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/attr')
| -rw-r--r-- | meta/recipes-support/attr/attr.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/attr/attr.inc b/meta/recipes-support/attr/attr.inc index 75d616893a..6033934401 100644 --- a/meta/recipes-support/attr/attr.inc +++ b/meta/recipes-support/attr/attr.inc | |||
| @@ -26,8 +26,9 @@ PACKAGES =+ "lib${BPN}" | |||
| 26 | FILES:lib${BPN} = "${libdir}/lib*${SOLIBS} ${sysconfdir}" | 26 | FILES:lib${BPN} = "${libdir}/lib*${SOLIBS} ${sysconfdir}" |
| 27 | 27 | ||
| 28 | ALTERNATIVE_PRIORITY = "100" | 28 | ALTERNATIVE_PRIORITY = "100" |
| 29 | ALTERNATIVE:${PN} = "setfattr" | 29 | ALTERNATIVE:${PN} = "setfattr getfattr" |
| 30 | ALTERNATIVE_TARGET[setfattr] = "${bindir}/setfattr" | 30 | ALTERNATIVE_TARGET[setfattr] = "${bindir}/setfattr" |
| 31 | ALTERNATIVE_TARGET[getfattr] = "${bindir}/getfattr" | ||
| 31 | 32 | ||
| 32 | PTEST_BUILD_HOST_FILES = "builddefs" | 33 | PTEST_BUILD_HOST_FILES = "builddefs" |
| 33 | PTEST_BUILD_HOST_PATTERN = "^RPM" | 34 | PTEST_BUILD_HOST_PATTERN = "^RPM" |
