From d04099e94be6611ac1aca1cbeee14c4546a920bb Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 23 Jun 2014 20:58:21 +0100 Subject: recipes: Add missing pkgconfig dependencies These recipes were all missing pkgconfig dependencies. Signed-off-by: Richard Purdie Signed-off-by: Martin Jansa --- meta-networking/recipes-irc/znc/znc_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking') diff --git a/meta-networking/recipes-irc/znc/znc_git.bb b/meta-networking/recipes-irc/znc/znc_git.bb index 33318e156..c8a19dc56 100644 --- a/meta-networking/recipes-irc/znc/znc_git.bb +++ b/meta-networking/recipes-irc/znc/znc_git.bb @@ -11,7 +11,7 @@ SRC_URI = "git://github.com/znc/znc.git" S = "${WORKDIR}/git" -inherit autotools-brokensep +inherit autotools-brokensep pkgconfig # ZNC has a custom autogen.sh that states that this command is needed *and* expected to fail do_configure_prepend() { -- cgit v1.2.3-54-g00ecf