diff options
Diffstat (limited to 'meta/classes/pixbufcache.bbclass')
| -rw-r--r-- | meta/classes/pixbufcache.bbclass | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/classes/pixbufcache.bbclass b/meta/classes/pixbufcache.bbclass index b8d75bd38c..9e6ecc8a53 100644 --- a/meta/classes/pixbufcache.bbclass +++ b/meta/classes/pixbufcache.bbclass | |||
| @@ -67,6 +67,11 @@ pixbufcache_sstate_postinst() { | |||
| 67 | # Packages that use this class should extend this variable with their runtime | 67 | # Packages that use this class should extend this variable with their runtime |
| 68 | # dependencies. | 68 | # dependencies. |
| 69 | PIXBUFCACHE_SYSROOT_DEPS = "" | 69 | PIXBUFCACHE_SYSROOT_DEPS = "" |
| 70 | PIXBUFCACHE_SYSROOT_DEPS_class-native = "${@['gdk-pixbuf-native:do_populate_sysroot_setscene', '']['${BPN}' == 'gdk-pixbuf']} glib-2.0-native:do_populate_sysroot_setscene libffi-native:do_populate_sysroot_setscene libpng-native:do_populate_sysroot_setscene zlib-native:do_populate_sysroot_setscene" | 70 | PIXBUFCACHE_SYSROOT_DEPS_class-native = "\ |
| 71 | ${@['gdk-pixbuf-native:do_populate_sysroot_setscene', '']['${BPN}' == 'gdk-pixbuf']} \ | ||
| 72 | glib-2.0-native:do_populate_sysroot_setscene libffi-native:do_populate_sysroot_setscene \ | ||
| 73 | libpng-native:do_populate_sysroot_setscene zlib-native:do_populate_sysroot_setscene \ | ||
| 74 | harfbuzz-native:do_populate_sysroot_setscene \ | ||
| 75 | " | ||
| 71 | do_populate_sysroot_setscene[depends] += "${PIXBUFCACHE_SYSROOT_DEPS}" | 76 | do_populate_sysroot_setscene[depends] += "${PIXBUFCACHE_SYSROOT_DEPS}" |
| 72 | do_populate_sysroot[depends] += "${@d.getVar('PIXBUFCACHE_SYSROOT_DEPS', True).replace('_setscene','')}" | 77 | do_populate_sysroot[depends] += "${@d.getVar('PIXBUFCACHE_SYSROOT_DEPS', True).replace('_setscene','')}" |
