[oe-commits] Roy Li : nis: inherit pkgconfig

git at git.openembedded.org git at git.openembedded.org
Sun Jan 12 12:16:15 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: bee67b508479de073d8cee20dffbeee0fd13a11b
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=bee67b508479de073d8cee20dffbeee0fd13a11b

Author: Roy Li <rongqing.li at windriver.com>
Date:   Thu Jan  9 17:14:32 2014 +0800

nis: inherit pkgconfig

nis needs pkgconfig to check some dependencies, like DBUS

Signed-off-by: Roy Li <rongqing.li at windriver.com>

---

 meta-networking/recipes-support/nis/nis.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/nis/nis.inc b/meta-networking/recipes-support/nis/nis.inc
index f2eef05..075d275 100644
--- a/meta-networking/recipes-support/nis/nis.inc
+++ b/meta-networking/recipes-support/nis/nis.inc
@@ -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!



More information about the Openembedded-commits mailing list