summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-03-05 14:46:41 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2013-03-05 14:46:50 +0100
commit5c56e0d7579454a03f64e5b462b499d32a8e6997 (patch)
treef69dffd57909e44fe529194925c99b6754291675 /meta-efl/recipes-efl/efl
parent8c8a5765650e08a74cbe238a3571592d9bc2c2a3 (diff)
downloadmeta-openembedded-5c56e0d7579454a03f64e5b462b499d32a8e6997.tar.gz
meta-efl: set ALLOW_EMPTY only for PN
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/efl')
-rw-r--r--meta-efl/recipes-efl/efl/edbus.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-efl/recipes-efl/efl/edbus.inc b/meta-efl/recipes-efl/efl/edbus.inc
index ae558f00d..ffa1eb290 100644
--- a/meta-efl/recipes-efl/efl/edbus.inc
+++ b/meta-efl/recipes-efl/efl/edbus.inc
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=550b8cea13dacc4bf00508a8cce1074c"
6inherit efl 6inherit efl
7 7
8# -dev and -dbg packages wants ${PN} which is empty here 8# -dev and -dbg packages wants ${PN} which is empty here
9ALLOW_EMPTY = "1" 9ALLOW_EMPTY_${PN} = "1"
10 10
11BBCLASSEXTEND = "native" 11BBCLASSEXTEND = "native"
12INC_PR = "r0" 12INC_PR = "r0"