From f896bb055edb01931e4e3b79360aae86d7abb6b0 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Tue, 13 Aug 2019 14:39:15 +0200 Subject: dbus-cynara: Simplifies build recipe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- meta-agl-profile-core/recipes-core/dbus/dbus-cynara_%.bbappend | 1 - meta-agl-profile-core/recipes-core/dbus/dbus_%.bbappend | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) delete mode 120000 meta-agl-profile-core/recipes-core/dbus/dbus-cynara_%.bbappend (limited to 'meta-agl-profile-core/recipes-core') 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 -- cgit 1.2.3-korg