summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/dbus
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-06-05 03:50:09 +0300
committerWilliam A. Kennington III <wak@google.com>2021-06-05 04:33:50 +0300
commit46225fa09f3732b416e2f720a51ee727564d2619 (patch)
tree96d9273901c55b4aba517f920e5881d748767333 /meta-phosphor/recipes-phosphor/dbus
parent0acca985ecd37be5b26981982e78a1866c30f63d (diff)
downloadopenbmc-46225fa09f3732b416e2f720a51ee727564d2619.tar.xz
phosphor-mapper: Disable building tests
We don't yet use ptest so we are wasting cycles building tests Change-Id: I39c6dac99a1c2258477ba31e31defa5549389957 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/dbus')
-rw-r--r--meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb b/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb
index 01aa6b3f7..143c78cea 100644
--- a/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb
+++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb
@@ -30,6 +30,8 @@ SRCREV = "2b7789c0180e9678909407df2c195dd3191dfc68"
S = "${WORKDIR}/git"
+EXTRA_OECONF += "--disable-tests"
+
python populate_packages_prepend () {
mapperlibdir = d.getVar("libdir", True)
do_split_packages(d, mapperlibdir, '^lib(.*)\.so\.*', 'lib%s', 'Phosphor mapper %s library', extra_depends='', allow_links=True)