diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-03-05 14:46:41 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-03-05 14:46:50 +0100 |
commit | 5c56e0d7579454a03f64e5b462b499d32a8e6997 (patch) | |
tree | f69dffd57909e44fe529194925c99b6754291675 /meta-efl/recipes-efl/efl | |
parent | 8c8a5765650e08a74cbe238a3571592d9bc2c2a3 (diff) | |
download | meta-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.inc | 2 |
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" | |||
6 | inherit efl | 6 | inherit 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 |
9 | ALLOW_EMPTY = "1" | 9 | ALLOW_EMPTY_${PN} = "1" |
10 | 10 | ||
11 | BBCLASSEXTEND = "native" | 11 | BBCLASSEXTEND = "native" |
12 | INC_PR = "r0" | 12 | INC_PR = "r0" |