summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric BENARD <eric@eukrea.com>2013-03-06 17:18:37 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2013-03-07 10:08:44 -0300
commit982da9675dad5c316057ac6545924902ae0c38e1 (patch)
treef4c731d50523b8c32226ee0e5280fcb41036583b
parentb365671dca5a38467de02b0f72cab600537e92ea (diff)
downloadmeta-freescale-982da9675dad5c316057ac6545924902ae0c38e1.tar.gz
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 <eric@eukrea.com>
-rw-r--r--meta-fsl-arm/recipes-bsp/imx-test/imx-test_00.00.00.bb2
1 files changed, 1 insertions, 1 deletions
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
6 6
7inherit allarch 7inherit allarch
8 8
9ALLOW_EMPTY = "1" 9ALLOW_EMPTY_${PN} = "1"