]> code.ossystems Code Review - openembedded-core.git/commit
dnf: add a recipe
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Fri, 30 Dec 2016 17:01:40 +0000 (19:01 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 13 Mar 2017 09:43:21 +0000 (09:43 +0000)
commit2da1f03ad5957fc130f9d4fac30f0048873e9d7c
tree90a295dbe85c1cadd6eba9c8adaa863948461e13
parent8ac3fb682928aeb076c8f78fb429936ae747bc77
dnf: add a recipe

This is replacing Smart package manager, which is unsupported upstream, and has a growing
amount of issues (lack of python 3.x support in particular). We identified dnf as
the only feasible replacement.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
meta/recipes-devtools/dnf/dnf/0001-Corretly-install-tmpfiles.d-configuration.patch [new file with mode: 0644]
meta/recipes-devtools/dnf/dnf/0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch [new file with mode: 0644]
meta/recipes-devtools/dnf/dnf/0001-Do-not-prepend-installroot-to-logdir.patch [new file with mode: 0644]
meta/recipes-devtools/dnf/dnf/0028-Use-backports.lzma-not-lzma.patch [new file with mode: 0644]
meta/recipes-devtools/dnf/dnf/0029-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch [new file with mode: 0644]
meta/recipes-devtools/dnf/dnf/0030-Run-python-scripts-using-env.patch [new file with mode: 0644]
meta/recipes-devtools/dnf/dnf_git.bb [new file with mode: 0644]