[oe-commits] Christopher Larson : dnsmasq: add missing inherit pkgconfig

git at git.openembedded.org git at git.openembedded.org
Sun Aug 10 09:25:43 UTC 2014


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

Author: Christopher Larson <chris_larson at mentor.com>
Date:   Sat Aug  9 18:01:11 2014 -0700

dnsmasq: add missing inherit pkgconfig

dnsmasq runs pkg-config to get cflags/libs for its dependencies.

Signed-off-by: Christopher Larson <chris_larson at mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

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

diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq.inc b/meta-networking/recipes-support/dnsmasq/dnsmasq.inc
index e57ab72..fd5793a 100644
--- a/meta-networking/recipes-support/dnsmasq/dnsmasq.inc
+++ b/meta-networking/recipes-support/dnsmasq/dnsmasq.inc
@@ -13,7 +13,7 @@ SRC_URI = "http://www.thekelleys.org.uk/dnsmasq/${@['archive/', ''][float(d.getV
            file://dnsmasq.service \
 "
 
-inherit update-rc.d systemd
+inherit pkgconfig update-rc.d systemd
 
 INITSCRIPT_NAME = "dnsmasq"
 INITSCRIPT_PARAMS = "defaults"



More information about the Openembedded-commits mailing list