diff options
| -rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index a0055d81b0..e48b5cb67b 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc | |||
| @@ -170,7 +170,7 @@ RDEPENDS_${PN}-ptest += "\ | |||
| 170 | ${PN}-locale-th \ | 170 | ${PN}-locale-th \ |
| 171 | python3-core \ | 171 | python3-core \ |
| 172 | python3-modules \ | 172 | python3-modules \ |
| 173 | python3-dbusmock \ | 173 | ${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'python3-dbusmock', '', d)} \ |
| 174 | ${PN}-codegen \ | 174 | ${PN}-codegen \ |
| 175 | " | 175 | " |
| 176 | 176 | ||
