From a0ef4404dad5b95982d4db74b443b81fa71e5223 Mon Sep 17 00:00:00 2001 From: Yue Tao Date: Wed, 28 Sep 2016 22:49:11 -0400 Subject: mariadb: replace the CC with CC_VERSION and CXX with CXX_VERSION mysqlbug.sh is a bug report script. It makes a report with the build information, including gcc version. The CC is the local path of gcc, which is useless for bug report, and the path may expose private information, so change it to CC_VERSION. Signed-off-by: Yue Tao Signed-off-by: Wenzong Fan Signed-off-by: Martin Jansa --- meta-oe/recipes-support/mysql/mariadb.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-oe/recipes-support/mysql/mariadb.inc') diff --git a/meta-oe/recipes-support/mysql/mariadb.inc b/meta-oe/recipes-support/mysql/mariadb.inc index 5dd8d64657..2428269109 100644 --- a/meta-oe/recipes-support/mysql/mariadb.inc +++ b/meta-oe/recipes-support/mysql/mariadb.inc @@ -15,6 +15,7 @@ SRC_URI = "http://archive.mariadb.org/mariadb-${PV}/source/mariadb-${PV}.tar.gz file://mysql-systemd-start \ file://configure.cmake-fix-valgrind.patch \ file://fix-a-building-failure.patch \ + file://change-cc-to-cc-version.patch \ " SRC_URI[md5sum] = "5cfb169934170a429589e05f0f5aba9c" -- cgit v1.2.3-54-g00ecf