diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-01-11 11:25:26 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-01-11 17:51:55 -0800 |
| commit | 866715fa40b0c5f867add526dbe1d27ec2c1b66e (patch) | |
| tree | c0077c2b6c2e4931023c217f06c493ce664e0195 /meta-oe/recipes-support/pcp/pcp.inc | |
| parent | adc35ac7145a8ed8fc934ad10a9a70c4e8f0ef5a (diff) | |
| download | meta-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.inc | 2 |
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 | ||
| 32 | PACKAGECONFIG[qt5] = "--with-qt=yes --with-qt3d=yes,--with-qt=no --with-qt3d=no,qtbase qt3d" | ||
| 32 | 33 | ||
| 34 | PACKAGECONFIG ?= "" | ||
