diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-02-13 16:49:15 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-13 16:59:29 +0100 |
commit | d0028e40a3055b41e2e419c8bdd8a707e552c6ba (patch) | |
tree | f19d27d35c5d871a18f3dc0e033321dce1d5ce10 /meta-oe/recipes-support/mysql | |
parent | a2ef0149301bcaefdabae83f236c4568455323ff (diff) | |
download | meta-openembedded-d0028e40a3055b41e2e419c8bdd8a707e552c6ba.tar.gz |
recipes: bump PR to rebuild .la files without libz.la
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/mysql')
-rw-r--r-- | meta-oe/recipes-support/mysql/mysql5-native_5.1.40.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/mysql/mysql5_5.1.40.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/mysql/mysql5-native_5.1.40.bb b/meta-oe/recipes-support/mysql/mysql5-native_5.1.40.bb index 800178330..13a348954 100644 --- a/meta-oe/recipes-support/mysql/mysql5-native_5.1.40.bb +++ b/meta-oe/recipes-support/mysql/mysql5-native_5.1.40.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require mysql5_${PV}.inc | 1 | require mysql5_${PV}.inc |
2 | inherit native | 2 | inherit native |
3 | PR ="r2" | 3 | PR ="r3" |
4 | 4 | ||
5 | SRC_URI = "http://downloads.mysql.com/archives/mysql-5.1/mysql-${PV}.tar.gz \ | 5 | SRC_URI = "http://downloads.mysql.com/archives/mysql-5.1/mysql-${PV}.tar.gz \ |
6 | file://fix-abi-check-gcc45.patch" | 6 | file://fix-abi-check-gcc45.patch" |
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 348f4e38d..ae1cf0064 100644 --- a/meta-oe/recipes-support/mysql/mysql5_5.1.40.inc +++ b/meta-oe/recipes-support/mysql/mysql5_5.1.40.inc | |||
@@ -5,7 +5,7 @@ LICENSE = "GPLv2" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=477ab0a4c8ca64b482b3f2a365d0fdfa" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=477ab0a4c8ca64b482b3f2a365d0fdfa" |
6 | 6 | ||
7 | DEPENDS = "ncurses" | 7 | DEPENDS = "ncurses" |
8 | PR = "r5" | 8 | PR = "r6" |
9 | 9 | ||
10 | SRC_URI = "http://downloads.mysql.com/archives/mysql-5.1/mysql-${PV}.tar.gz \ | 10 | SRC_URI = "http://downloads.mysql.com/archives/mysql-5.1/mysql-${PV}.tar.gz \ |
11 | file://configure.in.patch \ | 11 | file://configure.in.patch \ |