diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index fbc655a012..cfeb48a536 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc | |||
@@ -115,11 +115,10 @@ do_install_append_class-target () { | |||
115 | fi | 115 | fi |
116 | } | 116 | } |
117 | 117 | ||
118 | RDEPENDS_${PN}-codegen += "\ | 118 | CODEGEN_PYTHON_RDEPENDS = "python3 python3-distutils python3-xml" |
119 | python3 \ | 119 | CODEGEN_PYTHON_RDEPENDS_mingw32 = "" |
120 | python3-distutils \ | 120 | |
121 | python3-xml \ | 121 | RDEPENDS_${PN}-codegen += "${CODEGEN_PYTHON_RDEPENDS}" |
122 | " | ||
123 | 122 | ||
124 | RDEPENDS_${PN}-ptest += "\ | 123 | RDEPENDS_${PN}-ptest += "\ |
125 | dbus \ | 124 | dbus \ |