summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2017-03-13 23:38:07 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2017-03-17 17:05:54 -0300
commitf8cb63c3983428e3b62ae11fb5aed2a49a6f6e8a (patch)
treed2d41856b7ac685982d4e84522cce4b10d0b9bb9
parent369075d3bec08f00f1510fb60772ecd7c0fbf305 (diff)
downloadmeta-freescale-f8cb63c3983428e3b62ae11fb5aed2a49a6f6e8a.tar.gz
mxsldr_git: add pkgconfig to inherit
mxsldr_git uses pkg-config in its Makefile. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/mxsldr/mxsldr_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/mxsldr/mxsldr_git.bb b/recipes-bsp/mxsldr/mxsldr_git.bb
index 497f6a19..5c4b874b 100644
--- a/recipes-bsp/mxsldr/mxsldr_git.bb
+++ b/recipes-bsp/mxsldr/mxsldr_git.bb
@@ -13,6 +13,6 @@ PV = "0.0.0+git${SRCPV}"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16inherit autotools-brokensep 16inherit autotools-brokensep pkgconfig
17 17
18BBCLASSEXTEND = "native nativesdk" 18BBCLASSEXTEND = "native nativesdk"