aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/volume_key
AgeCommit message (Collapse)Author
2019-12-30volume-key: not create python2 bindingsKai Kang
If create python2 bindings for volume-key, it requires to inherit pythonnative which conflict with python3native.bbclass. And python2 reachs EOL, so remove package config 'python' and not create python2 bindings for volume-key. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-11volume-key: fix "Nothing RPROVIDES" when multilib enabledChangqing Li
Multilib enabled, and add IMAGE_INSTALL_append = " python3-volume-key" in local.conf fix below problem: ERROR: Required build target 'lib32-core-image-minimal' has no buildable providers. Missing or unbuildable dependency chain was: ['lib32-core-image-minimal', 'lib32-python3-volume-key'] Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-27volume-key: 0.3.11 -> 0.3.12Hongxu Jia
Add PACKAGECONFIG to build with python3 rather than python2. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-02volume-key: 0.3.10 -> 0.3.11Hongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-14volume-key: Upgrade to 0.3.10Khem Raj
Add dependency on swig-native which was missing Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-07-24volume-key: add recipe 0.3.9Hongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>