diff options
author | Christopher Larson <chris_larson@mentor.com> | 2014-08-11 09:12:22 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-13 23:28:03 +0200 |
commit | 7ba7f53075a68394286eafeb629788b3876d5beb (patch) | |
tree | 4a9b8588197387a7db9449d8cbc10b87be71ecc0 /meta-networking/recipes-support/dnsmasq | |
parent | d241efeef8e1d6ba6950ebb6239987932120011d (diff) | |
download | meta-openembedded-7ba7f53075a68394286eafeb629788b3876d5beb.tar.gz |
dnsmasq: add missing inherit pkgconfig
dnsmasq runs pkg-config to get cflags/libs for its dependencies.
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/dnsmasq')
-rw-r--r-- | meta-networking/recipes-support/dnsmasq/dnsmasq.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq.inc b/meta-networking/recipes-support/dnsmasq/dnsmasq.inc index 1955d6fef6..71a491fcb9 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 | |||
14 | file://parallel-make.patch \ | 14 | file://parallel-make.patch \ |
15 | " | 15 | " |
16 | 16 | ||
17 | inherit update-rc.d systemd | 17 | inherit pkgconfig update-rc.d systemd |
18 | 18 | ||
19 | INITSCRIPT_NAME = "dnsmasq" | 19 | INITSCRIPT_NAME = "dnsmasq" |
20 | INITSCRIPT_PARAMS = "defaults" | 20 | INITSCRIPT_PARAMS = "defaults" |