diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-01-23 16:41:54 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-25 13:57:15 +0100 |
commit | 8178aec1d795bda69726b18c2f317d31be013261 (patch) | |
tree | dbadc205c1ceb39457efd39cd1cdfe4c09176af3 /meta-efl/recipes-efl | |
parent | ab384f1e56f2bd5979d85fa41a54ba96af53338f (diff) | |
download | meta-openembedded-8178aec1d795bda69726b18c2f317d31be013261.tar.gz |
edbus: add ALLOW_EMPTY
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl')
-rw-r--r-- | meta-efl/recipes-efl/efl/edbus.inc | 3 | ||||
-rw-r--r-- | meta-efl/recipes-efl/efl/edbus_svn.bb | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/meta-efl/recipes-efl/efl/edbus.inc b/meta-efl/recipes-efl/efl/edbus.inc index 58498b404..0ffbac420 100644 --- a/meta-efl/recipes-efl/efl/edbus.inc +++ b/meta-efl/recipes-efl/efl/edbus.inc | |||
@@ -5,6 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=550b8cea13dacc4bf00508a8cce1074c" | |||
5 | 5 | ||
6 | inherit efl | 6 | inherit efl |
7 | 7 | ||
8 | # -dev and -dbg packages wants ${PN} which is empty here | ||
9 | ALLOW_EMPTY = "1" | ||
10 | |||
8 | BBCLASSEXTEND = "native" | 11 | BBCLASSEXTEND = "native" |
9 | INC_PR = "r1" | 12 | INC_PR = "r1" |
10 | 13 | ||
diff --git a/meta-efl/recipes-efl/efl/edbus_svn.bb b/meta-efl/recipes-efl/efl/edbus_svn.bb index ebe4312a8..be1c6ccab 100644 --- a/meta-efl/recipes-efl/efl/edbus_svn.bb +++ b/meta-efl/recipes-efl/efl/edbus_svn.bb | |||
@@ -2,7 +2,7 @@ require edbus.inc | |||
2 | 2 | ||
3 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
4 | PV = "1.1.0+svnr${SRCPV}" | 4 | PV = "1.1.0+svnr${SRCPV}" |
5 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.1" |
6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
7 | 7 | ||
8 | SRC_URI = "\ | 8 | SRC_URI = "\ |