mirror of
https://git.yoctoproject.org/git/opkg-utils
synced 2026-01-22 06:02:05 +01:00
0.4.1
* printing opkg.Package directly doesn't return anything useful now
<opkg.Package object at 0x7fd49e9f2780>
* we need to call Package.print() function and specify which checksums
to print, we can include both md5 and sha256 for opkg-list-fields
* it was changed in this commit:
commit 601d691dd8
Author: Alejandro del Castillo <alejandro.delcastillo@ni.com>
Date: Wed Dec 19 11:40:15 2018 -0600
opkg-make-index: add sha256sum support
which replaced the modified __str__ function with print(self, checksum)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
Description
Tools for the Opkg lightweight package management system
Languages
Python
54.3%
Shell
44.9%
Makefile
0.8%