From patchwork Wed Feb 6 16:36:29 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [4/6] gtk-immodules-cache: add weak asignment for GTKIMMODULES_PACKAGES Date: Wed, 06 Feb 2013 16:36:29 -0000 From: Laurentiu Palcu X-Patchwork-Id: 44223 Message-Id: <963dda7fb1722619fff678997f97983bab6a5314.1360166922.git.laurentiu.palcu@intel.com> To: openembedded-core@lists.openembedded.org 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] Signed-off-by: Laurentiu Palcu --- meta/classes/gtk-immodules-cache.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/gtk-immodules-cache.bbclass b/meta/classes/gtk-immodules-cache.bbclass index a8855af..6a5bc19 100644 --- a/meta/classes/gtk-immodules-cache.bbclass +++ b/meta/classes/gtk-immodules-cache.bbclass @@ -6,6 +6,8 @@ DEPENDS =+ "qemu-native" inherit qemu +GTKIMMODULES_PACKAGES ?= "${PN}" + gtk_immodule_cache_postinst() { if [ "x$D" != "x" ]; then for maj_ver in 2 3; do