From 36d57b9234c8d940205cf83e541302ef60b755c9 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 21 Jun 2014 10:58:08 +0200 Subject: recipes: add missing pkgconfig class inherits * These recipes all use pkg-config in some way but were missing dependencies on the tool, this patch adds them. Signed-off-by: Richard Purdie Signed-off-by: Martin Jansa --- meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking/recipes-support/lowpan-tools') diff --git a/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb index 5fc0de3151..d8e1ddbba2 100644 --- a/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb +++ b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb @@ -14,7 +14,7 @@ SRCREV = "a1d9615adde6d1a568813c24a128273ed755af04" S = "${WORKDIR}/git" -inherit autotools python-dir +inherit autotools python-dir pkgconfig CACHED_CONFIGUREVARS += "am_cv_python_pythondir=${PYTHON_SITEPACKAGES_DIR}/lowpan-tools" -- cgit 1.2.3-korg