diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-02-12 18:12:45 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-13 16:52:30 +0000 |
commit | 6cec82faf6d7bafaca31938521c885d1b14040b5 (patch) | |
tree | c9f588434bbc00b2f3b28d16dd1ab32060cee36c /meta/classes/gtk-immodules-cache.bbclass | |
parent | 73c1f0937322d42d276a1fd643ca99b15dcd08a0 (diff) | |
download | poky-6cec82faf6d7bafaca31938521c885d1b14040b5.tar.gz |
gtk-immodules-cache: add weak asignment for GTKIMMODULES_PACKAGES
This is needed if the GTKIMMODULES_PACKAGES is changed later, in
do_populate_packages for example. This way, we don't have to add another
dumb asignment in the recipe inheriting this.
[YOCTO #3853]
(From OE-Core rev: e9e80eac6ab4982cb42fa2c5403630926351efed)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/gtk-immodules-cache.bbclass')
-rw-r--r-- | meta/classes/gtk-immodules-cache.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/gtk-immodules-cache.bbclass b/meta/classes/gtk-immodules-cache.bbclass index a8855af60d..6a5bc19d74 100644 --- a/meta/classes/gtk-immodules-cache.bbclass +++ b/meta/classes/gtk-immodules-cache.bbclass | |||
@@ -6,6 +6,8 @@ DEPENDS =+ "qemu-native" | |||
6 | 6 | ||
7 | inherit qemu | 7 | inherit qemu |
8 | 8 | ||
9 | GTKIMMODULES_PACKAGES ?= "${PN}" | ||
10 | |||
9 | gtk_immodule_cache_postinst() { | 11 | gtk_immodule_cache_postinst() { |
10 | if [ "x$D" != "x" ]; then | 12 | if [ "x$D" != "x" ]; then |
11 | for maj_ver in 2 3; do | 13 | for maj_ver in 2 3; do |