diff options
author | Eric BENARD <eric@eukrea.com> | 2013-03-06 17:18:37 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-03-07 10:08:44 -0300 |
commit | a502be66bef33f2016b43f8c7129b18f92d6e337 (patch) | |
tree | cb5d002f591350c1bd8d579a4a171eab072ccd5f | |
parent | c64d5870feb590adc18789706840652d0d4f3d37 (diff) | |
download | meta-fsl-arm-a502be66bef33f2016b43f8c7129b18f92d6e337.tar.gz meta-fsl-arm-a502be66bef33f2016b43f8c7129b18f92d6e337.tar.bz2 meta-fsl-arm-a502be66bef33f2016b43f8c7129b18f92d6e337.zip |
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-- | recipes-bsp/imx-test/imx-test_00.00.00.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-test/imx-test_00.00.00.bb b/recipes-bsp/imx-test/imx-test_00.00.00.bb index f98770d..04bbbed 100644 --- a/recipes-bsp/imx-test/imx-test_00.00.00.bb +++ b/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" |