From: Roy Li Date: Thu, 9 Jan 2014 09:14:32 +0000 (+0800) Subject: nis: inherit pkgconfig X-Git-Tag: rev_ivi_2015_02_04~2468 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7b80ec56f6472b916f36ec85d2890ac1b97baab2;p=scm%2Fbb%2Ftizen-distro.git nis: inherit pkgconfig nis needs pkgconfig to check some dependencies, like DBUS (From meta-openembedded rev: bee67b508479de073d8cee20dffbeee0fd13a11b) Signed-off-by: Roy Li Signed-off-by: Patrick Ohly --- diff --git a/meta-openembedded/meta-networking/recipes-support/nis/nis.inc b/meta-openembedded/meta-networking/recipes-support/nis/nis.inc index f2eef05..075d275 100644 --- a/meta-openembedded/meta-networking/recipes-support/nis/nis.inc +++ b/meta-openembedded/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!