nis: inherit pkgconfig
authorRoy Li <rongqing.li@windriver.com>
Thu, 9 Jan 2014 09:14:32 +0000 (17:14 +0800)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:35:16 +0000 (08:35 -0800)
nis needs pkgconfig to check some dependencies, like DBUS

(From meta-openembedded rev: bee67b508479de073d8cee20dffbeee0fd13a11b)

Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-networking/recipes-support/nis/nis.inc

index f2eef05..075d275 100644 (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!