diff options
author | Roy Li <rongqing.li@windriver.com> | 2014-01-09 17:14:32 +0800 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-01-10 15:08:07 +0000 |
commit | bee67b508479de073d8cee20dffbeee0fd13a11b (patch) | |
tree | 9ecdba9db814ce2c19857709b388ef9c841070e3 /meta-networking/recipes-support/nis | |
parent | 8b752a1fd646313edb64d6369256daa9eefa69ab (diff) | |
download | meta-openembedded-bee67b508479de073d8cee20dffbeee0fd13a11b.tar.gz |
nis: inherit pkgconfig
nis needs pkgconfig to check some dependencies, like DBUS
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Diffstat (limited to 'meta-networking/recipes-support/nis')
-rw-r--r-- | meta-networking/recipes-support/nis/nis.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/nis/nis.inc b/meta-networking/recipes-support/nis/nis.inc index f2eef05d6..075d2756d 100644 --- a/meta-networking/recipes-support/nis/nis.inc +++ b/meta-networking/recipes-support/nis/nis.inc | |||
@@ -9,7 +9,7 @@ SECTION = "console/network" | |||
9 | LICENSE = "GPL-2.0" | 9 | LICENSE = "GPL-2.0" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
11 | 11 | ||
12 | inherit autotools gettext | 12 | inherit autotools gettext pkgconfig |
13 | 13 | ||
14 | # install is broken because src/Makefile heroically adds '-s' | 14 | # install is broken because src/Makefile heroically adds '-s' |
15 | # to the install flags - passing -s to the build /usr/bin/install! | 15 | # to the install flags - passing -s to the build /usr/bin/install! |