diff options
author | Ross Burton <ross.burton@intel.com> | 2013-05-29 10:57:32 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-30 20:59:09 +0100 |
commit | 2ab5dfceefe7ae42c3bd9dba02e62135d3493cf1 (patch) | |
tree | b1d4a4ce5f292080a864491b5a41e3119e4da78a | |
parent | fcfba0ddd95fd459f03a4996c69ff5484aa4f083 (diff) | |
download | poky-2ab5dfceefe7ae42c3bd9dba02e62135d3493cf1.tar.gz |
pixbufcache: add more documentation
Add some more documentation to the PIXBUFCACHE_SYSROOT_DEPS variable to clarify
the usage.
(From OE-Core rev: b2f2d6a2b166b3c79cc5a0d386ee1dda2d4fa010)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/classes/pixbufcache.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/pixbufcache.bbclass b/meta/classes/pixbufcache.bbclass index 274d67d593..d46a8ba206 100644 --- a/meta/classes/pixbufcache.bbclass +++ b/meta/classes/pixbufcache.bbclass | |||
@@ -61,6 +61,9 @@ pixbufcache_sstate_postinst() { | |||
61 | # do_populate_sysroot_setscene so that pixbufcache_sstate_postinst can work | 61 | # do_populate_sysroot_setscene so that pixbufcache_sstate_postinst can work |
62 | # (otherwise gdk-pixbuf-query-loaders may not exist or link). Only add | 62 | # (otherwise gdk-pixbuf-query-loaders may not exist or link). Only add |
63 | # gdk-pixbuf-native if we're not building gdk-pixbuf itself. | 63 | # gdk-pixbuf-native if we're not building gdk-pixbuf itself. |
64 | # | ||
65 | # Packages that use this class should extend this variable with their runtime | ||
66 | # dependencies. | ||
64 | PIXBUFCACHE_SYSROOT_DEPS = "" | 67 | PIXBUFCACHE_SYSROOT_DEPS = "" |
65 | 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" | 68 | 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" |
66 | do_populate_sysroot_setscene[depends] += "${PIXBUFCACHE_SYSROOT_DEPS}" | 69 | do_populate_sysroot_setscene[depends] += "${PIXBUFCACHE_SYSROOT_DEPS}" |