commit | f195655090bc91fa75a33e32828cfdd2a567c538 | [log] [tgz] |
---|---|---|
author | SunnySrivastava1984 <sunnsr25@in.ibm.com> | Mon May 11 07:48:19 2020 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Jun 01 20:56:38 2020 +0000 |
tree | 76e970ca3f647d957ef5f8db361c3fd8cfd9ffe4 | |
parent | 34c7a88436d2e425429b7a61065e25ce4a9b0664 [diff] |
Recipe update to enable ibm-dbus-interfaces This commit updates the recipe for phosphor-dbus-interface to enable ibm-dbus-interface flag irrespective of the machine type. This was required as in case of native build the flag is not set enabled. Signed-off-by: Sunny Srivastava <sunnsr25@in.ibm.com> Change-Id: I3eff47c13ea8561b71947312019524c654034024
diff --git a/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend b/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend index bfc7897..60c3334 100644 --- a/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend +++ b/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend
@@ -1 +1 @@ -EXTRA_OECONF_append_rainier = " --enable-ibm-dbus-interfaces" +EXTRA_OECONF += " --enable-ibm-dbus-interfaces"