diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-10-12 14:22:29 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-10-12 15:24:35 -0700 |
| commit | 8d83f7f391813702ff95f22a0a10a0596a2c88f8 (patch) | |
| tree | 576975b470eae4ecd5f9ca1880e3f53d2c834eb5 | |
| parent | df5249f75d4eb58dedf5c93cb419645730fbc4dc (diff) | |
| download | meta-openembedded-8d83f7f391813702ff95f22a0a10a0596a2c88f8.tar.gz | |
dnf-plugin-tui: Add nativesdk
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb | 4 |
1 files changed, 2 insertions, 2 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 f170b9f824..9f961882af 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 | |||
| @@ -4,7 +4,7 @@ LICENSE = "GPL-2.0-only" | |||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/ubinux/dnf-plugin-tui.git;branch=master;protocol=https" | 6 | SRC_URI = "git://github.com/ubinux/dnf-plugin-tui.git;branch=master;protocol=https" |
| 7 | SRCREV = "bac88927b253cdcfe0d06ac7dc5afb876cd2d996" | 7 | SRCREV = "b0d80b7129f1d84cc563a4098d869e7420bcf4bc" |
| 8 | PV = "1.3" | 8 | 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" |
| @@ -42,6 +42,6 @@ RDEPENDS:${PN} += " \ | |||
| 42 | dnf \ | 42 | dnf \ |
| 43 | libnewt-python \ | 43 | libnewt-python \ |
| 44 | " | 44 | " |
| 45 | 45 | DEPENDS:append:class-nativesdk = " file-replacement-nativesdk" | |
| 46 | BBCLASSEXTEND = "nativesdk" | 46 | BBCLASSEXTEND = "nativesdk" |
| 47 | SKIP_RECIPE[dnf-plugin-tui] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'does not build correctly without package_rpm in PACKAGE_CLASSES', d)}" | 47 | SKIP_RECIPE[dnf-plugin-tui] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'does not build correctly without package_rpm in PACKAGE_CLASSES', d)}" |
