summaryrefslogtreecommitdiffstats
path: root/meta-ivi/recipes-core-ivi/dbus/dbus_%.bbappend
blob: 495f2193799cc6310b454c50b7fe4ff694f716d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
FILESEXTRAPATHS_append := ":${THISDIR}/${PN}"

# add support for GENIVI AF_Bus D-Bus Optimization
# - http://projects.genivi.org/afbus-dbus-optimization/
SRC_URI_AFBUS = ""
# currently disabled in preparation of the move to kdbus
# uncomment the next line to reenable
#SRC_URI_AFBUS = "file://dbus_1.6-add-afbus-support.patch"

# add support for GENIVI CommonAPI D-Bus runtime
# - http://projects.genivi.org/commonapi/
SRC_URI_COMMONAPI = " \
    file://dbus-DBusMessage-add-support-for-custom-marshaling.patch \
    file://capi-dbus-add-send-with-reply-set-notify.patch \
    "

SRC_URI_append = "\
    ${SRC_URI_AFBUS} \
    ${SRC_URI_COMMONAPI} \
"