diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-03 11:44:38 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-03 12:02:34 +0100 |
commit | ef3de09a6bec187e1b6b8db46c55a237ba226a2c (patch) | |
tree | 5f843e4bfe14f8334eeb2bc1be7eeb348d49b0b6 /recipes-support/mysql/mysql5-native_5.1.40.bb | |
parent | 156f6d3dc264c26f743a4359e4d40181a79ba038 (diff) | |
download | meta-openembedded-ef3de09a6bec187e1b6b8db46c55a237ba226a2c.tar.gz |
mysql5: import from OE
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-support/mysql/mysql5-native_5.1.40.bb')
-rw-r--r-- | recipes-support/mysql/mysql5-native_5.1.40.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes-support/mysql/mysql5-native_5.1.40.bb b/recipes-support/mysql/mysql5-native_5.1.40.bb new file mode 100644 index 0000000000..40d07ec88e --- /dev/null +++ b/recipes-support/mysql/mysql5-native_5.1.40.bb | |||
@@ -0,0 +1,24 @@ | |||
1 | require mysql5_${PV}.inc | ||
2 | inherit native | ||
3 | PR ="r2" | ||
4 | |||
5 | SRC_URI = "http://downloads.mysql.com/archives/mysql-5.1/mysql-${PV}.tar.gz \ | ||
6 | file://fix-abi-check-gcc45.patch" | ||
7 | |||
8 | RDEPENDS_${PN} = "" | ||
9 | PACKAGES = "" | ||
10 | DEPENDS = "ncurses-native" | ||
11 | EXTRA_OEMAKE = "" | ||
12 | EXTRA_OECONF = " --with-embedded-server " | ||
13 | |||
14 | do_install() { | ||
15 | install -d ${D}${bindir} | ||
16 | install -m 0755 sql/gen_lex_hash ${D}${bindir}/ | ||
17 | } | ||
18 | |||
19 | NATIVE_INSTALL_WORKS = "1" | ||
20 | |||
21 | PSTAGING_DISABLED = "1" | ||
22 | |||
23 | SRC_URI[md5sum] = "32e7373c16271606007374396e6742ad" | ||
24 | SRC_URI[sha256sum] = "2b0737b84e7b42c9e54c9658d23bfaee1189cd5955f26b10bdb862761d0f0432" | ||