mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
4bcd1d6b96
commit
d04099e94b
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user