diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-30 16:38:51 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | d66a4cd4c3348cae06309924a8d5adeec1db93dc (patch) | |
| tree | ba714797b2d43523b4a97db1c5da553735e29b16 | |
| parent | 17adfde3bdb533a228617859b2ce22da245dc7d5 (diff) | |
| download | meta-openembedded-d66a4cd4c3348cae06309924a8d5adeec1db93dc.tar.gz | |
mariadb: manually fix the conversion
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -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 |
