summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/dnfdragora
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-02-16 10:20:10 -0800
committerKhem Raj <raj.khem@gmail.com>2022-02-21 18:12:04 -0800
commit1d4b29aa87c5c1fa7bcda601b48d43d5c0ca7b10 (patch)
tree168443fd429ed163b809a07a69cab483f092ac00 /meta-oe/recipes-graphics/dnfdragora
parent3d848269585a3fc5e1ff739bd4393bd7586106e0 (diff)
downloadmeta-openembedded-1d4b29aa87c5c1fa7bcda601b48d43d5c0ca7b10.tar.gz
recipes: Use renamed SKIP_RECIPE varFlag
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/dnfdragora')
-rw-r--r--meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.2.bb b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.2.bb
index eea231a2ea..331e00fb89 100644
--- a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.2.bb
+++ b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.2.bb
@@ -27,5 +27,5 @@ BBCLASSEXTEND = "nativesdk"
27 27
28FILES:${PN} = "${PYTHON_SITEPACKAGES_DIR}/ ${datadir}/ ${bindir}/ ${sysconfdir}/dnfdragora ${sysconfdir}/xdg" 28FILES:${PN} = "${PYTHON_SITEPACKAGES_DIR}/ ${datadir}/ ${bindir}/ ${sysconfdir}/dnfdragora ${sysconfdir}/xdg"
29 29
30PNBLACKLIST[dnfdragora] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'does not build correctly without package_rpm in PACKAGE_CLASSES', d)}" 30SKIP_RECIPE[dnfdragora] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'does not build correctly without package_rpm in PACKAGE_CLASSES', d)}"
31 31