summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2021-08-06 02:30:11 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-12 06:26:15 +0100
commit2e4d3aa2a351c5648dbd1df0203c99450329ccb4 (patch)
tree42f0df9af31362eb168c32b8fef74f72238404c5 /meta/recipes-core/dbus
parent62372aedfe5e04b6b0c0bc5dba7c29bd4685e83b (diff)
downloadpoky-2e4d3aa2a351c5648dbd1df0203c99450329ccb4.tar.gz
meta: use new override syntax in comments
(From OE-Core rev: 572e7db6e8831227911ff3e52bde3a4aa6df1c91) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/dbus')
-rw-r--r--meta/recipes-core/dbus/dbus-glib_0.112.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/dbus/dbus-glib_0.112.bb b/meta/recipes-core/dbus/dbus-glib_0.112.bb
index a03b2addfd..99b0a20004 100644
--- a/meta/recipes-core/dbus/dbus-glib_0.112.bb
+++ b/meta/recipes-core/dbus/dbus-glib_0.112.bb
@@ -20,7 +20,7 @@ SRC_URI[sha256sum] = "7d550dccdfcd286e33895501829ed971eeb65c614e73aadb4a08aeef71
20inherit autotools pkgconfig gettext bash-completion gtk-doc 20inherit autotools pkgconfig gettext bash-completion gtk-doc
21 21
22#default disable regression tests, some unit test code in non testing code 22#default disable regression tests, some unit test code in non testing code
23#PACKAGECONFIG_pn-${PN} = "tests" enable regression tests local.conf 23#PACKAGECONFIG:pn-${PN} = "tests" enable regression tests local.conf
24PACKAGECONFIG ??= "" 24PACKAGECONFIG ??= ""
25PACKAGECONFIG[tests] = "--enable-tests,,," 25PACKAGECONFIG[tests] = "--enable-tests,,,"
26 26