summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pcp/pcp.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-01-11 11:25:26 -0800
committerKhem Raj <raj.khem@gmail.com>2022-01-11 17:51:55 -0800
commit866715fa40b0c5f867add526dbe1d27ec2c1b66e (patch)
treec0077c2b6c2e4931023c217f06c493ce664e0195 /meta-oe/recipes-support/pcp/pcp.inc
parentadc35ac7145a8ed8fc934ad10a9a70c4e8f0ef5a (diff)
downloadmeta-openembedded-866715fa40b0c5f867add526dbe1d27ec2c1b66e.tar.gz
pcp: Fix build to exclude qt5
Pass right options to ar Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Lei Maohui <leimaohui@fujitsu.com>
Diffstat (limited to 'meta-oe/recipes-support/pcp/pcp.inc')
-rw-r--r--meta-oe/recipes-support/pcp/pcp.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/pcp/pcp.inc b/meta-oe/recipes-support/pcp/pcp.inc
index f6f111b0e8..d50e7b0910 100644
--- a/meta-oe/recipes-support/pcp/pcp.inc
+++ b/meta-oe/recipes-support/pcp/pcp.inc
@@ -29,4 +29,6 @@ EXTRA_OECONF:append = " --with-dstat-symlink=yes --with-infiniband=no \
29 --with-docdir=${docdir} \ 29 --with-docdir=${docdir} \
30 " 30 "
31 31
32PACKAGECONFIG[qt5] = "--with-qt=yes --with-qt3d=yes,--with-qt=no --with-qt3d=no,qtbase qt3d"
32 33
34PACKAGECONFIG ?= ""