diff options
-rw-r--r-- | meta-oe/recipes-dbs/mysql/mariadb.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc b/meta-oe/recipes-dbs/mysql/mariadb.inc index dac920e3f3..b38672dfc2 100644 --- a/meta-oe/recipes-dbs/mysql/mariadb.inc +++ b/meta-oe/recipes-dbs/mysql/mariadb.inc | |||
@@ -112,7 +112,7 @@ do_configure:append() { | |||
112 | sed -i -e "s:/libexec:/$libexecdir2:g" ${S}/scripts/mysqld_safe.sh | 112 | sed -i -e "s:/libexec:/$libexecdir2:g" ${S}/scripts/mysqld_safe.sh |
113 | } | 113 | } |
114 | 114 | ||
115 | do_generate_toolchain_file_append_class-native () { | 115 | do_generate_toolchain_file:append:class-native () { |
116 | # If these are set cmake will assume we're cross-compiling, which will | 116 | # If these are set cmake will assume we're cross-compiling, which will |
117 | # result in certain things we want being disabled | 117 | # result in certain things we want being disabled |
118 | sed -i "/set( CMAKE_SYSTEM_NAME/d" ${WORKDIR}/toolchain.cmake | 118 | sed -i "/set( CMAKE_SYSTEM_NAME/d" ${WORKDIR}/toolchain.cmake |