diff options
-rw-r--r-- | meta-oe/recipes-support/mysql/mariadb-native_5.1.67.bb | 2 |
1 files changed, 2 insertions, 0 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 19cc33baf1..01eb9649ec 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 | |||
@@ -1,6 +1,8 @@ | |||
1 | require mariadb_${PV}.inc | 1 | require mariadb_${PV}.inc |
2 | inherit native | 2 | inherit native |
3 | 3 | ||
4 | PROVIDES += "mysql5-native" | ||
5 | |||
4 | RDEPENDS_${PN} = "" | 6 | RDEPENDS_${PN} = "" |
5 | PACKAGES = "" | 7 | PACKAGES = "" |
6 | DEPENDS = "ncurses-native" | 8 | DEPENDS = "ncurses-native" |