diff options
Diffstat (limited to 'meta-oe/recipes-support/mysql')
| -rw-r--r-- | meta-oe/recipes-support/mysql/mariadb-native_5.1.67.bb | 3 | ||||
| -rw-r--r-- | meta-oe/recipes-support/mysql/mariadb_5.1.67.inc | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/mysql/mariadb-native_5.1.67.bb b/meta-oe/recipes-support/mysql/mariadb-native_5.1.67.bb index 15605d0e2d..942afcc55d 100644 --- a/meta-oe/recipes-support/mysql/mariadb-native_5.1.67.bb +++ b/meta-oe/recipes-support/mysql/mariadb-native_5.1.67.bb | |||
| @@ -9,9 +9,6 @@ PACKAGES = "" | |||
| 9 | EXTRA_OEMAKE = "" | 9 | EXTRA_OEMAKE = "" |
| 10 | EXTRA_OECONF = " --with-embedded-server " | 10 | EXTRA_OECONF = " --with-embedded-server " |
| 11 | 11 | ||
| 12 | SRC_URI += "file://fix-link-error-ub1310.patch \ | ||
| 13 | " | ||
| 14 | |||
| 15 | do_install() { | 12 | do_install() { |
| 16 | oe_runmake 'DESTDIR=${D}' install | 13 | oe_runmake 'DESTDIR=${D}' install |
| 17 | mv -f ${D}${libdir}/mysql/* ${D}${libdir} | 14 | mv -f ${D}${libdir}/mysql/* ${D}${libdir} |
diff --git a/meta-oe/recipes-support/mysql/mariadb_5.1.67.inc b/meta-oe/recipes-support/mysql/mariadb_5.1.67.inc index e311ed70f5..100b3a7d7f 100644 --- a/meta-oe/recipes-support/mysql/mariadb_5.1.67.inc +++ b/meta-oe/recipes-support/mysql/mariadb_5.1.67.inc | |||
| @@ -17,7 +17,9 @@ SRC_URI = "http://mirrors.coreix.net/mariadb/mariadb-${PV}/kvm-tarbake-jaunty-x8 | |||
| 17 | file://storage-forbids-absolute-addresses-on-IA-32.patch \ | 17 | file://storage-forbids-absolute-addresses-on-IA-32.patch \ |
| 18 | file://my.cnf \ | 18 | file://my.cnf \ |
| 19 | file://mysqld.sh \ | 19 | file://mysqld.sh \ |
| 20 | file://avoid-plugin-options-warnings.patch" | 20 | file://avoid-plugin-options-warnings.patch \ |
| 21 | file://fix-link-error-ub1310.patch \ | ||
| 22 | " | ||
| 21 | 23 | ||
| 22 | SRC_URI[md5sum] = "44c331fa91943155e4796f89e17a0612" | 24 | SRC_URI[md5sum] = "44c331fa91943155e4796f89e17a0612" |
| 23 | SRC_URI[sha256sum] = "33471e9275c9b03919cabc38eb39f807d645adabf6a1a18f2e41ed73f47677c8" | 25 | SRC_URI[sha256sum] = "33471e9275c9b03919cabc38eb39f807d645adabf6a1a18f2e41ed73f47677c8" |
