diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-23 20:58:21 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-15 14:53:55 +0200 |
| commit | d04099e94be6611ac1aca1cbeee14c4546a920bb (patch) | |
| tree | 957aa43122d51438e1211f41c52ea9b81793bc0d /meta-networking | |
| parent | 4bcd1d6b962212871d5ec8716848d5331e3641f6 (diff) | |
| download | meta-openembedded-d04099e94be6611ac1aca1cbeee14c4546a920bb.tar.gz | |
recipes: Add missing pkgconfig dependencies
These recipes were all missing pkgconfig dependencies.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking')
| -rw-r--r-- | meta-networking/recipes-irc/znc/znc_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-irc/znc/znc_git.bb b/meta-networking/recipes-irc/znc/znc_git.bb index 33318e156e..c8a19dc569 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" | |||
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
| 14 | inherit autotools-brokensep | 14 | inherit autotools-brokensep pkgconfig |
| 15 | 15 | ||
| 16 | # ZNC has a custom autogen.sh that states that this command is needed *and* expected to fail | 16 | # ZNC has a custom autogen.sh that states that this command is needed *and* expected to fail |
| 17 | do_configure_prepend() { | 17 | do_configure_prepend() { |
