diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-08-13 14:39:15 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-08-16 09:47:57 +0200 |
commit | f896bb055edb01931e4e3b79360aae86d7abb6b0 (patch) | |
tree | 0356b211f338d460517f06c45fe54966683154a1 /meta-agl-profile-core/recipes-core/dbus | |
parent | f5a64290ac4ee630234c2137256ed4fb848a35f1 (diff) |
dbus-cynara: Simplifies build recipe
Simplifies the way of building dbus-cynara by removing
the specific recipes in favour of a recipe for dbus that
handles the class-target build feature.
It requires to remove fake dependencies of cynara.
This is a suggestion of Tom Rini.
Bug-AGL: SPEC-1839
Change-Id: Id7a736eb4b73cdb679fa9dde30e9ad8e56c2894e
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-agl-profile-core/recipes-core/dbus')
l--------- | meta-agl-profile-core/recipes-core/dbus/dbus-cynara_%.bbappend | 1 | ||||
-rw-r--r-- | meta-agl-profile-core/recipes-core/dbus/dbus_%.bbappend | 8 |
2 files changed, 4 insertions, 5 deletions
diff --git a/meta-agl-profile-core/recipes-core/dbus/dbus-cynara_%.bbappend b/meta-agl-profile-core/recipes-core/dbus/dbus-cynara_%.bbappend deleted file mode 120000 index fcdfb1783..000000000 --- a/meta-agl-profile-core/recipes-core/dbus/dbus-cynara_%.bbappend +++ /dev/null @@ -1 +0,0 @@ -dbus_%.bbappend
\ No newline at end of file diff --git a/meta-agl-profile-core/recipes-core/dbus/dbus_%.bbappend b/meta-agl-profile-core/recipes-core/dbus/dbus_%.bbappend index e63ea0f28..379c5435e 100644 --- a/meta-agl-profile-core/recipes-core/dbus/dbus_%.bbappend +++ b/meta-agl-profile-core/recipes-core/dbus/dbus_%.bbappend @@ -1,9 +1,9 @@ FILESEXTRAPATHS_append := ":${THISDIR}/dbus" -SRC_URI_append = "file://dbus.service \ - file://dbus.socket \ - file://dbus_env.conf \ - " +SRC_URI += "file://dbus.service \ + file://dbus.socket \ + file://dbus_env.conf \ + " inherit systemd |