mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 17:39:24 +00:00
mariadb-native: fix dependencies
* unlike BBCLASSEXTENDed native support, dependencies in mariadb-native don't get automatic -native suffix, so mariadb-native was depending on target ncurses and zlib. * move the dependency from .inc and apply it with right suffix Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -2,6 +2,7 @@ require mariadb_${PV}.inc
|
|||||||
inherit native
|
inherit native
|
||||||
|
|
||||||
PROVIDES += "mysql5-native"
|
PROVIDES += "mysql5-native"
|
||||||
|
DEPENDS = "ncurses-native zlib-native"
|
||||||
|
|
||||||
RDEPENDS_${PN} = ""
|
RDEPENDS_${PN} = ""
|
||||||
PACKAGES = ""
|
PACKAGES = ""
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
require ${PN}_${PV}.inc
|
require ${PN}_${PV}.inc
|
||||||
|
|
||||||
DEPENDS += "mariadb-native"
|
DEPENDS += "mariadb-native ncurses zlib"
|
||||||
|
|
||||||
PROVIDES += "mysql5"
|
PROVIDES += "mysql5"
|
||||||
|
|
||||||
|
|||||||
@@ -4,8 +4,6 @@ SECTION = "libs"
|
|||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||||
|
|
||||||
DEPENDS = "ncurses zlib"
|
|
||||||
|
|
||||||
SRC_URI = "http://mirrors.coreix.net/mariadb/mariadb-${PV}/kvm-tarbake-jaunty-x86/mariadb-${PV}.tar.gz \
|
SRC_URI = "http://mirrors.coreix.net/mariadb/mariadb-${PV}/kvm-tarbake-jaunty-x86/mariadb-${PV}.tar.gz \
|
||||||
file://configure.in.patch \
|
file://configure.in.patch \
|
||||||
file://plug.in.patch \
|
file://plug.in.patch \
|
||||||
|
|||||||
Reference in New Issue
Block a user