dnsmasq: add missing inherit pkgconfig
authorChristopher Larson <chris_larson@mentor.com>
Mon, 11 Aug 2014 16:12:22 +0000 (09:12 -0700)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:41:30 +0000 (08:41 -0800)
dnsmasq runs pkg-config to get cflags/libs for its dependencies.

(From meta-openembedded rev: 7ba7f53075a68394286eafeb629788b3876d5beb)

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-networking/recipes-support/dnsmasq/dnsmasq.inc

index 1955d6f..71a491f 100644 (file)
@@ -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"