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

git at git.openembedded.org git at git.openembedded.org
Tue Aug 12 11:40:45 UTC 2014


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

Author: Christopher Larson <chris_larson at mentor.com>
Date:   Mon Aug 11 09:12:22 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 1955d6f..71a491f 100644
--- a/meta-networking/recipes-support/dnsmasq/dnsmasq.inc
+++ b/meta-networking/recipes-support/dnsmasq/dnsmasq.inc
@@ -14,7 +14,7 @@ SRC_URI = "http://www.thekelleys.org.uk/dnsmasq/${@['archive/', ''][float(d.getV
            file://parallel-make.patch \
 "
 
-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