All of lore.kernel.org
 help / color / mirror / Atom feed
From: "akuster" <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [gatesgarth 07/15] mariadb: add package config zstd
Date: Sun, 14 Feb 2021 17:13:21 -0800	[thread overview]
Message-ID: <e892991f8d53fe7844607d29b35ecf5bf89d8987.1613349480.git.akuster808@gmail.com> (raw)
In-Reply-To: <cover.1613349480.git.akuster808@gmail.com>

From: Kai Kang <kai.kang@windriver.com>

Add package config zstd to fix file-rdeps issue when ccache is enabled:

| ERROR: mariadb-10.5.6-r0 do_package_qa: QA Issue:
|  /usr/lib64/plugin/ha_rocksdb.so contained in package mariadb-server
|  requires libzstd.so.1() (64bit), but no providers found in
|  RDEPENDS_mariadb-server? [file-rdeps]

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit c1ac3cd7d9aa7a00aa82e3caa0124aa0489baafc)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/recipes-dbs/mysql/mariadb.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc b/meta-oe/recipes-dbs/mysql/mariadb.inc
index e3ce297618..f6c32270b7 100644
--- a/meta-oe/recipes-dbs/mysql/mariadb.inc
+++ b/meta-oe/recipes-dbs/mysql/mariadb.inc
@@ -62,6 +62,7 @@ PACKAGECONFIG[pam] = ",-DWITHOUT_AUTH_PAM=TRUE,libpam"
 PACKAGECONFIG[valgrind] = "-DWITH_VALGRIND=TRUE,-DWITH_VALGRIND=FALSE,valgrind"
 PACKAGECONFIG[krb5] = ", ,krb5"
 PACKAGECONFIG[setupdb] = ", ,,${PN}-setupdb"
+PACKAGECONFIG[zstd] = "-DWITH_ROCKSDB_ZSTD=ON,-DWITH_ROCKSDB_ZSTD=OFF,zstd"
 
 # MariaDB doesn't link properly with gold
 # https://mariadb.atlassian.net/browse/MDEV-5982
-- 
2.17.1


  parent reply	other threads:[~2021-02-15  1:13 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-15  1:13 [gatesgarth 00/15] Patch review Feb 14th akuster
2021-02-15  1:13 ` [gatesgarth 01/15] enca: Fix SRC_URI akuster
2021-02-15  1:13 ` [gatesgarth 02/15] lua: update to 5.3.6 akuster
2021-02-15  1:13 ` [gatesgarth 03/15] python3-sh: remove python3-tests from RDEPENDS akuster
2021-02-15  1:13 ` [gatesgarth 04/15] celt051: update SRC_URI akuster
2021-02-15  1:13 ` [gatesgarth 05/15] dnsmasq: Fix systemd service akuster
2021-02-15  1:13 ` [gatesgarth 06/15] mariadb: Fix build on 32bit arches with 64bit time_t akuster
2021-02-15  1:13 ` akuster [this message]
2021-02-15  1:13 ` [gatesgarth 08/15] mariadb: upgrade to 10.5.8 akuster
2021-02-15  1:13 ` [gatesgarth 09/15] minifi-cpp: set PSEUDO_CONSIDER_PATHS akuster
2021-02-15  1:13 ` [gatesgarth 10/15] dnsmasq: upgrade 2.82 -> 2.84 akuster
2021-02-15  1:13 ` [gatesgarth 11/15] wireguard-module: remove PKG assignment akuster
2021-02-15  1:13 ` [gatesgarth 12/15] gedit: Inherit python3targetconfig akuster
2021-02-15  1:13 ` [gatesgarth 13/15] openipmi: " akuster
2021-02-15  1:13 ` [gatesgarth 14/15] libplist: " akuster
2021-02-15  1:13 ` [gatesgarth 15/15] postgresql: " akuster
2021-02-15  8:49 ` [oe] [gatesgarth 00/15] Patch review Feb 14th Martin Jansa
2021-02-15 15:49   ` akuster
2021-02-19 18:34     ` Martin Jansa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e892991f8d53fe7844607d29b35ecf5bf89d8987.1613349480.git.akuster808@gmail.com \
    --to=akuster808@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.