meta-efl: set ALLOW_EMPTY only for PN

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2013-03-05 14:46:41 +01:00
parent 8c8a576565
commit 5c56e0d757
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=550b8cea13dacc4bf00508a8cce1074c"
inherit efl
# -dev and -dbg packages wants ${PN} which is empty here
ALLOW_EMPTY = "1"
ALLOW_EMPTY_${PN} = "1"
BBCLASSEXTEND = "native"
INC_PR = "r0"
@@ -3,7 +3,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
ALLOW_EMPTY = "1"
ALLOW_EMPTY_${PN} = "1"
PR = "r1"
@@ -3,7 +3,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
ALLOW_EMPTY = "1"
ALLOW_EMPTY_${PN} = "1"
PR = "r1"