diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-08-18 09:11:01 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-08-18 09:12:38 +0800 |
commit | 8220ea6c49313bb1da40ba931e55a8162df21697 (patch) | |
tree | 538f9d183b5df5d9f31c53c633eaab40bff8ef0e /recipes/mysql/mysql5-native_5.1.40.bb | |
parent | 5d6296f55f5757d73139f203f4f0a1da89d9f4e9 (diff) |
mysql5: Fix the build with gcc4.5 by applying an upstream patch
Apply an upstream commit to get the build fixed with a gcc 4.5
Diffstat (limited to 'recipes/mysql/mysql5-native_5.1.40.bb')
-rw-r--r-- | recipes/mysql/mysql5-native_5.1.40.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/mysql/mysql5-native_5.1.40.bb b/recipes/mysql/mysql5-native_5.1.40.bb index 6ad02011b7..6d102dde86 100644 --- a/recipes/mysql/mysql5-native_5.1.40.bb +++ b/recipes/mysql/mysql5-native_5.1.40.bb @@ -1,8 +1,9 @@ require mysql5_${PV}.inc inherit native -PR ="r0" +PR ="r1" -SRC_URI = "http://downloads.mysql.com/archives/mysql-5.1/mysql-${PV}.tar.gz" +SRC_URI = "http://downloads.mysql.com/archives/mysql-5.1/mysql-${PV}.tar.gz \ + file://fix-abi-check-gcc45.patch" RDEPENDS_${PN} = "" PACKAGES = "" |