mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
mariadb: Inherit pkgconfig
Fixes -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -30,7 +30,7 @@ S = "${WORKDIR}/mariadb-${PV}"
|
||||
|
||||
BINCONFIG_GLOB = "mysql_config"
|
||||
|
||||
inherit cmake gettext binconfig update-rc.d useradd systemd multilib_script
|
||||
inherit cmake gettext binconfig update-rc.d useradd systemd multilib_script pkgconfig
|
||||
|
||||
MULTILIB_SCRIPTS = "${PN}-server:${bindir}/mariadbd-safe \
|
||||
${PN}-setupdb:${bindir}/mariadb-install-db"
|
||||
|
||||
Reference in New Issue
Block a user