[OE-core] [PATCH v2] python-smartpm: use md5 as the digest for rpm_sys channel

Markus Lehtonen markus.lehtonen at linux.intel.com
Wed Sep 14 08:46:05 UTC 2016


When reading smartpm sources more closely I found out that it has an internal
utility function for doing file hashes. It does hashing in a more memory
efficient way, processing the file in chunks. Thus, it is better to use it
instead of blindly reading the whole file into memory as v1 of this patch did.

Markus Lehtonen (1):
  python-smartpm: use md5 as the digest for rpm_sys channel

 ...m_sys-use-md5sum-instead-of-mtime-as-the-.patch | 38 ++++++++++++++++++++++
 meta/recipes-devtools/python/python-smartpm_git.bb |  1 +
 2 files changed, 39 insertions(+)
 create mode 100644 meta/recipes-devtools/python/python-smartpm/channels-rpm_sys-use-md5sum-instead-of-mtime-as-the-.patch

-- 
2.6.6




More information about the Openembedded-core mailing list