diff options
Diffstat (limited to 'meta-oe/recipes-support/mysql/mysql5_5.1.40.inc')
-rw-r--r-- | meta-oe/recipes-support/mysql/mysql5_5.1.40.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/mysql/mysql5_5.1.40.inc b/meta-oe/recipes-support/mysql/mysql5_5.1.40.inc index 44de2a2298..865deb2e25 100644 --- a/meta-oe/recipes-support/mysql/mysql5_5.1.40.inc +++ b/meta-oe/recipes-support/mysql/mysql5_5.1.40.inc | |||
@@ -28,7 +28,7 @@ INITSCRIPT_PACKAGES = "${PN}-server" | |||
28 | INITSCRIPT_NAME = "mysqld" | 28 | INITSCRIPT_NAME = "mysqld" |
29 | INITSCRIPT_PARAMS = "start 45 S . stop 45 0 6 1 ." | 29 | INITSCRIPT_PARAMS = "start 45 S . stop 45 0 6 1 ." |
30 | 30 | ||
31 | export ac_cv_path_PS=/bin/ps | 31 | export ac_cv_path_PS="/bin/ps" |
32 | export ac_cv_FIND_PROC="/bin/ps p \$\$PID | grep -v grep | grep mysqld > /dev/null" | 32 | export ac_cv_FIND_PROC="/bin/ps p \$\$PID | grep -v grep | grep mysqld > /dev/null" |
33 | PARALLEL_MAKE = " " | 33 | PARALLEL_MAKE = " " |
34 | EXTRA_OEMAKE = "'GEN_LEX_HASH=${STAGING_BINDIR_NATIVE}/gen_lex_hash'" | 34 | EXTRA_OEMAKE = "'GEN_LEX_HASH=${STAGING_BINDIR_NATIVE}/gen_lex_hash'" |