summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/rpm/files
AgeCommit message (Collapse)AuthorFiles
2017-03-28dnf: move the entire dnf/rpm4 stack to Python 3Alexander Kanavin1
[YOCTO #11180] Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-03-13rpm: add a 4.x recipeAlexander Kanavin9
The dnf stack is written and tested against rpm 4.x. So if we want to use dnf for packaging, we should also use rpm 4 - there's simply too much work involved in making rpm 5 work with it due to significant API differences, and supporting that going forward. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>