pmbootstrap/pmb/build
Alexey Min c0a8675079
build/menuconfig: fix kconfig_edit (!1791)
This fixes regression from commits 0431a519 and 4daf9916.

pmbootstrap kconfig_edit raised an error while trying to checksum a package.

Error was:
(028793) [16:13:22] ERROR: 'module' object is not callable
(028793) [16:13:22] See also: <https://postmarketos.org/troubleshooting>
(028793) [16:13:22] Traceback (most recent call last):
  File "/home/lexx/dev/pmos/pmbootstrap/pmb/__init__.py", line 63, in main
    getattr(frontend, args.action)(args)
  File "/home/lexx/dev/pmos/pmbootstrap/pmb/helpers/frontend.py", line 279, in kconfig
    pmb.build.menuconfig(args, args.package)
  File "/home/lexx/dev/pmos/pmbootstrap/pmb/build/menuconfig.py", line 158, in menuconfig
    pmb.build.checksum(args, pkgname)
TypeError: 'module' object is not callable

The function was renamed, call new function.
2019-06-11 21:59:30 +02:00
..
__init__.py Add pmbootstrap checksum --verify (!1788) 2019-05-19 22:07:20 +02:00
_package.py Make strict mode available to packages (!1771) 2019-04-04 19:43:11 +02:00
autodetect.py Add "crossdirect": faster cross compiling (!1758) 2019-03-23 01:13:36 +01:00
checksum.py pmb.build.checksum: rename .check() to .update() 2019-05-24 22:41:31 +02:00
envkernel.py build/envkernel: Fix packaging kernels that don't define a kbuild directory (!1779) 2019-04-24 21:07:31 -04:00
init.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
menuconfig.py build/menuconfig: fix kconfig_edit (!1791) 2019-06-11 21:59:30 +02:00
newapkbuild.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
other.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
qemu_workaround_aarch64.py Update copyright to 2019 2019-01-02 09:31:20 +01:00