summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/dnf-plugin-tui
Commit message (Collapse)AuthorAgeFilesLines
* dnf-plugin-tui: Recover BBCLASSEXTEND variantsWang Mingyu2024-01-051-0/+2
| | | | | | | | | | dnf-plugin-tui must work on nativesdk environment. Now there's no warning when run the command "bitbake universe -c fetch". Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 5211242d3f9d4a03cbe9e8af9beed4096a344958) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* meta-oe: Drop broken BBCLASSEXTEND variantsRichard Purdie2023-11-011-2/+0
| | | | | | | | | | | | | | | | | | | | The command "bitbake universe -c fetch" currently throws a ton of warnings as there are many 'impossible' dependencies. In some cases these variants may never have worked and were just added by copy and paste of recipes. In some cases they once clearly did work but became broken somewhere along the way. Users may also be carrying local bbappend files which add further BBCLASSEXTEND. Having universe fetch work without warnings is desireable so clean up the broken variants. Anyone actually needing something dropped here can propose adding it and the correct functional dependencies back quite easily. This also then ensures we're not carrying or fixing things nobody uses. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 9962d57f7c235873de0a0bb192b5f56747762fc7) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* dnf-plugin-tui: create symlinks from /usr/ to /.Wang Mingyu2023-10-301-1/+1
| | | | | | | | | | | | From Poky 4.3, by default, usrmerge has been enabled. Some important binaries have been installed to /usr/sbin instead of /sbin such as init. So it is necessary to create symlinks from /usr/ to /, such as /usr/sbin to /sbin, /usr/bin to /bin. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 129bcf4a7e7a7dc0927709701c8215d2df721c2f) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* dnf-plugin-tui: modify suffix of spdx file.Wang Mingyu2023-06-041-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnf-plugins/rpm.py: Fix grammar when RPM_PREFER_ELF_ARCH doesn't exit.Wang Mingyu2023-01-061-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnf-plugin-tui: Add nativesdkWang Mingyu2022-10-121-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnf-plugin-tui: Fix somw issue in postinstall process.Lei Maohui2022-08-081-1/+8
| | | | | Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnf-plugin-tui: Added postatinstallwangmy2022-06-301-1/+1
| | | | | | | Added postatinstall. Otherwise defined pkg_postinst could not work. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Use renamed SKIP_RECIPE varFlagKhem Raj2022-02-211-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnf-plugin-tui: Fix a bug of multilibWang Mingyu2022-02-201-1/+1
| | | | | | | | | Fix the following error when install rpms for multilib: error: Too many levels of recursion in macro expansion. It is likely caused by recursive macro declaration. Transaction check succeeded. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe: Use setuptools3-baseKhem Raj2022-01-121-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnf-plugin-tui: Fix bug when generating CSV fileWang Mingyu2021-12-211-1/+1
| | | | | | | | | If the rpm lacks dependencies, an exception will be thrown and exit when generating the CSV file. Modify utils.py to catch and handle exception. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnf-plugin-tui: Fix a bug with newer version rpm.wangmy2021-12-011-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-031-1/+1
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnf-plugin-tui: upgrade 1.2 -> 1.3Wang Mingyu2021-09-131-2/+2
| | | | | | | | | | | 2021/09/08: Release v1.3. 1.When installing with package list, add the function of detecting whether the package exists. 2.Added the function of generating installed package info csv file. 3.Delete the pseudo directory in each init phase. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-5/+5
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dnf-plugin-tui: Update to the latest versionzhengruoqin2020-11-231-1/+1
| | | | | | dnf-plugin-tui now needs to clean up the pseudo directory before starting. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
* meta-oe: Add leading whitespace for append operatorKhem Raj2020-11-151-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnf-plugin-tui: upgrade 1.1 -> 1.2Zheng Ruoqin2020-09-291-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnf-plugin-tui: upgrade 1.0 -> 1.1Zheng Ruoqin2020-03-081-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe: Remove dnf dependent package for non-rpm package backendKhem Raj2020-02-131-0/+1
| | | | | | dnf is not built when rpm is not in chosen backends Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnf-plugin-tui: add runtime dependency on bashMartin Jansa2019-08-171-12/+13
| | | | | | | | | * fixes: ERROR: QA Issue: /usr/lib/python3.7/site-packages/dnf-plugins/dnf-host contained in package dnf-plugin-tui requires /bin/bash, but no providers found in RDEPENDS_dnf-plugin-tui? [file-rdeps] * fix the indentation as well Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnf-plugin-tui: new recipeZheng Ruoqin2019-08-092-0/+43
This dnf plugin aims to supply a tui interface for user to manage packages. It has features as following: 1. Add new command dnf tui --init to make dnf work on host. 2. Text-based user interface for dnf. 3. Manage SPDX files. 4. Manage SRPM files. 5. Add installation samples for dnf. More details please refer to https://github.com/ubinux/dnf-plugin-tui. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>