diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-01-12 09:21:34 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-01-12 09:35:18 -0800 |
| commit | 1d2da22e770c8952248ddd0ff9a18207916a17fc (patch) | |
| tree | bf87b72f9256ea540ed3903624572b926c5b0e6e /meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb | |
| parent | 1bdbdf3a7e09b387fa25a3fa0dc0f15188cb5331 (diff) | |
| download | meta-openembedded-1d2da22e770c8952248ddd0ff9a18207916a17fc.tar.gz | |
meta-oe: Use setuptools3-base
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb b/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb index e0f52ea62b..5263aaef30 100644 --- a/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb +++ b/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb | |||
| @@ -9,7 +9,7 @@ PV = "1.3" | |||
| 9 | 9 | ||
| 10 | SRC_URI:append:class-target = " file://oe-remote.repo.sample" | 10 | SRC_URI:append:class-target = " file://oe-remote.repo.sample" |
| 11 | 11 | ||
| 12 | inherit distutils3-base | 12 | inherit setuptools3-base |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
