summaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool/deploy.py
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-01-04 23:12:24 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-07 12:24:57 +0000
commit6d4fb81e80854fd9bcd4ca9a394d2d6cbb43d9fb (patch)
tree03b305e09dbe341379f771b73d5d1a5c8788d4c6 /scripts/lib/devtool/deploy.py
parenta703d8ddef64b5fd0942af321ee1dab23bb1742f (diff)
downloadpoky-6d4fb81e80854fd9bcd4ca9a394d2d6cbb43d9fb.tar.gz
gawk: Add coreutils to rdeps for ptests package
newer gawk 5.3.0+ added a new testcase test/cmdlinefsbacknl2.sh which use od utility with -An option which is not available in busybox provided od applet. Replacing -An is not possible because default output for od is octal and the test wants to use none for radix thats why it uses -An. Fixes test/cmdlinefsbacknl2.sh failures in ptests which fails like below Usage: od [-aBbcDdeFfHhIiLlOovXx] [FILE] od: unrecognized option: A BusyBox v1.36.1 () multi-call binary. Sadly, this prolongs depchain if ptest distro feature is used but there is no other option if this test has to execute. Perhaps its best to report this to upstream gawk and request to fix the testcase to not hard depend on coreutils/od utility (From OE-Core rev: ddcf27939625d96ee44e9c2297d5b17fa6cf46a0) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/deploy.py')
0 files changed, 0 insertions, 0 deletions