| Submitter | Eric BENARD |
|---|---|
| Date | March 6, 2013, 5:18 p.m. |
| Message ID | <1362590317-6312-1-git-send-email-eric@eukrea.com> |
| Download | mbox | patch |
| Permalink | /patch/45607/ |
| State | Accepted |
| Delegated to: | Otavio Salvador |
| Headers | show |
Comments
Patch
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"
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> --- recipes-bsp/imx-test/imx-test_00.00.00.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)