]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-test: fix ALLOW_EMPTY error
authorEric BENARD <eric@eukrea.com>
Wed, 6 Mar 2013 17:18:37 +0000 (17:18 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 7 Mar 2013 13:08:44 +0000 (10:08 -0300)
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 <eric@eukrea.com>
meta-fsl-arm/recipes-bsp/imx-test/imx-test_00.00.00.bb

index f98770d60de17ab2e92c5a1b1c4ff5fe1622e519..04bbbed60c262fee7879a271e4e7ce159bd24ce9 100644 (file)
@@ -6,4 +6,4 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
 
 inherit allarch
 
-ALLOW_EMPTY = "1"
+ALLOW_EMPTY_${PN} = "1"