diff options
Diffstat (limited to 'meta-oe/recipes-support/mysql/mariadb-native_5.5.52.bb')
| -rw-r--r-- | meta-oe/recipes-support/mysql/mariadb-native_5.5.52.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/mysql/mariadb-native_5.5.52.bb b/meta-oe/recipes-support/mysql/mariadb-native_5.5.52.bb new file mode 100644 index 0000000000..4ce960d7da --- /dev/null +++ b/meta-oe/recipes-support/mysql/mariadb-native_5.5.52.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | require mariadb.inc | ||
| 2 | inherit native | ||
| 3 | |||
| 4 | PROVIDES += "mysql5-native" | ||
| 5 | DEPENDS = "ncurses-native zlib-native bison-native" | ||
| 6 | |||
| 7 | RDEPENDS_${PN} = "" | ||
| 8 | PACKAGES = "" | ||
| 9 | EXTRA_OEMAKE = "" | ||
| 10 | |||
| 11 | do_install() { | ||
| 12 | oe_runmake 'DESTDIR=${D}' install | ||
| 13 | |||
| 14 | install -d ${D}${bindir} | ||
| 15 | install -m 0755 sql/gen_lex_hash ${D}${bindir}/ | ||
| 16 | install -m 0755 extra/comp_err ${D}${bindir}/ | ||
| 17 | install -m 0755 scripts/comp_sql ${D}${bindir}/ | ||
| 18 | } | ||
| 19 | |||
