From: Eric BENARD Date: Wed, 6 Mar 2013 17:18:37 +0000 (+0000) Subject: imx-test: fix ALLOW_EMPTY error X-Git-Tag: 2.1~1501 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=982da9675dad5c316057ac6545924902ae0c38e1;p=meta-freescale.git imx-test: fix ALLOW_EMPTY error the package name needs to be specified else we get : ERROR: QA Issue: .../imx-test_00.00.00.bb: Variable ALLOW_EMPTY is set as not being package specific, please fix this. Signed-off-by: Eric Bénard --- diff --git a/meta-fsl-arm/recipes-bsp/imx-test/imx-test_00.00.00.bb b/meta-fsl-arm/recipes-bsp/imx-test/imx-test_00.00.00.bb index f98770d6..04bbbed6 100644 --- a/meta-fsl-arm/recipes-bsp/imx-test/imx-test_00.00.00.bb +++ b/meta-fsl-arm/recipes-bsp/imx-test/imx-test_00.00.00.bb @@ -6,4 +6,4 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 inherit allarch -ALLOW_EMPTY = "1" +ALLOW_EMPTY_${PN} = "1"