[meta-freescale] [meta-fsl-arm][PATCH 4/4] amd-gpu-mx51.inc: Use anonymous python function to inject metadata

Otavio Salvador otavio at ossystems.com.br
Fri Jul 11 16:45:03 PDT 2014


The metadata amending, to include the INSANE_SKIP hacks, need to be
done before we run the QA checks. This has change now that the QA
checks are run in a separate task.

To accomodate the code to this the recipe needed to be reworked to use
an anonymous python function so it runs at parsing time.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 recipes-graphics/amd-gpu-x11-bin/amd-gpu-mx51.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-mx51.inc b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-mx51.inc
index 02a4f21..f37f1d5 100644
--- a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-mx51.inc
+++ b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-mx51.inc
@@ -19,7 +19,7 @@ inherit fsl-eula-unpack
 
 # FIXME: All binaries lack GNU_HASH in elf binary but as we don't have
 # the source we cannot fix it. Disable the insane check for now.
-python populate_packages_prepend() {
+python () {
     for p in d.getVar('PACKAGES', True).split():
         d.setVar("INSANE_SKIP_%s" % p, "ldflags")
 }
-- 
2.0.0



More information about the meta-freescale mailing list