nis: inherit pkgconfig

nis needs pkgconfig to check some dependencies, like DBUS

Signed-off-by: Roy Li <rongqing.li@windriver.com>
This commit is contained in:
Roy Li
2014-01-09 17:14:32 +08:00
committed by Paul Eggleton
parent 8b752a1fd6
commit bee67b5084

View File

@@ -9,7 +9,7 @@ SECTION = "console/network"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
inherit autotools gettext
inherit autotools gettext pkgconfig
# install is broken because src/Makefile heroically adds '-s'
# to the install flags - passing -s to the build /usr/bin/install!