summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/asciidoc/asciidoc_9.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/asciidoc/asciidoc_9.1.0.bb')
-rw-r--r--meta/recipes-extended/asciidoc/asciidoc_9.1.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/asciidoc/asciidoc_9.1.0.bb b/meta/recipes-extended/asciidoc/asciidoc_9.1.0.bb
index 523bf33f42..dd9f8e32c4 100644
--- a/meta/recipes-extended/asciidoc/asciidoc_9.1.0.bb
+++ b/meta/recipes-extended/asciidoc/asciidoc_9.1.0.bb
@@ -24,8 +24,8 @@ inherit autotools-brokensep
24CLEANBROKEN = "1" 24CLEANBROKEN = "1"
25 25
26# target and nativesdk needs python3, but for native we can use the host. 26# target and nativesdk needs python3, but for native we can use the host.
27RDEPENDS_${PN} += "python3" 27RDEPENDS:${PN} += "python3"
28RDEPENDS_remove_class-native = "python3" 28RDEPENDS:remove:class-native = "python3"
29 29
30BBCLASSEXTEND = "native nativesdk" 30BBCLASSEXTEND = "native nativesdk"
31 31