summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb4
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"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5 5
6SRC_URI = "git://github.com/ubinux/dnf-plugin-tui.git;branch=master;protocol=https" 6SRC_URI = "git://github.com/ubinux/dnf-plugin-tui.git;branch=master;protocol=https"
7SRCREV = "bac88927b253cdcfe0d06ac7dc5afb876cd2d996" 7SRCREV = "b0d80b7129f1d84cc563a4098d869e7420bcf4bc"
8PV = "1.3" 8PV = "1.3"
9 9
10SRC_URI:append:class-target = " file://oe-remote.repo.sample" 10SRC_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 45DEPENDS:append:class-nativesdk = " file-replacement-nativesdk"
46BBCLASSEXTEND = "nativesdk" 46BBCLASSEXTEND = "nativesdk"
47SKIP_RECIPE[dnf-plugin-tui] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'does not build correctly without package_rpm in PACKAGE_CLASSES', d)}" 47SKIP_RECIPE[dnf-plugin-tui] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'does not build correctly without package_rpm in PACKAGE_CLASSES', d)}"