mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-22 01:09:27 +00:00
edbus: add ALLOW_EMPTY
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
ab384f1e56
commit
8178aec1d7
@ -5,6 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=550b8cea13dacc4bf00508a8cce1074c"
|
||||
|
||||
inherit efl
|
||||
|
||||
# -dev and -dbg packages wants ${PN} which is empty here
|
||||
ALLOW_EMPTY = "1"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
INC_PR = "r1"
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@ require edbus.inc
|
||||
|
||||
SRCREV = "${EFL_SRCREV}"
|
||||
PV = "1.1.0+svnr${SRCPV}"
|
||||
PR = "${INC_PR}.0"
|
||||
PR = "${INC_PR}.1"
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
SRC_URI = "\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user