pmaports/main/devicepkg-dev
Andrea Bolognani 9200f8fe1a
devicepkg-dev: fix call to dc (MR 4959)
The current invocation doesn't work:

  $ busybox dc "100" "5" / p
  dc: can't open '100': No such file or directory

Fix it so that it does:

  $ busybox dc -e "100 5 / p"
  20

One of the messages that is printed on failure was missing
the "WARNING:" prefix. Address that too.

Signed-off-by: Andrea Bolognani <eof@kiyuko.org>
2024-03-23 11:46:12 +03:00
..
testdata Add support to different deviceinfo variables in mainline/downstream subpackages 2018-11-27 07:47:11 +01:00
APKBUILD devicepkg-dev: fix call to dc (MR 4959) 2024-03-23 11:46:12 +03:00
compiler-gcc.h devicepkg-dev: ship compiler-gcc.h for GCC8 2018-11-27 07:47:11 +01:00
devicepkg_build.sh devicepkg-dev: fix call to dc (MR 4959) 2024-03-23 11:46:12 +03:00
devicepkg_package.sh main/devicepkg-dev: install deviceinfo under /usr/share/deviceinfo (MR 4283) 2023-09-25 09:20:32 +02:00
devicepkg_pmtest_post_install.sh devicepkg-dev: add pmtest helper (MR 4420) 2023-10-31 19:53:22 +00:00
devicepkg_subpackage_kernel.sh main/devicepkg-dev: remove deviceinfo link in kernel subpackages (MR 4596) 2023-12-07 09:02:58 +01:00
downstreamkernel_package.sh main/devicepkg-dev: don't use kernel 'flavor' in kernel filename (MR 2426) 2021-09-03 10:08:34 -07:00
downstreamkernel_prepare.sh treewide: fix tabs, final newline, trailing whitespace (MR 3530) 2022-10-16 16:27:22 +02:00