From 592c8ab37410727460313631074dbabb3831e63d Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 25 Sep 2014 19:55:19 +0200 Subject: [PATCH] bcg729: Inherit pkgconfig to have PKG_CHECK_MODULES expand Make sure pkgconfig-native is staged as otherwise autoconf can not replace the PKG_CHECK_MODULES variable. --- recipes-misc/bcg729/bcg729_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-misc/bcg729/bcg729_git.bb b/recipes-misc/bcg729/bcg729_git.bb index 2be5942ac1..27b2b755bf 100644 --- a/recipes-misc/bcg729/bcg729_git.bb +++ b/recipes-misc/bcg729/bcg729_git.bb @@ -9,4 +9,4 @@ PV = "0+gitr${SRCPV}" S = "${WORKDIR}/git" -inherit autotools +inherit autotools pkgconfig