diff options
author | Ross Burton <ross.burton@intel.com> | 2017-01-31 20:24:28 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-02 17:37:43 +0000 |
commit | 52bc144f700c1fd812f8bb1de508b7399f29c6b3 (patch) | |
tree | 9717f798928376fb09a2b68bb764c5ab06537abd /meta/recipes-extended/cups | |
parent | 226a508da955439b881b2f0a544a3aee76e59919 (diff) | |
download | poky-52bc144f700c1fd812f8bb1de508b7399f29c6b3.tar.gz |
cups: add missing pkgconfig inherit
(From OE-Core rev: c2eb2a2a990e402c532cccfe742ca33d3e8c46f3)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/cups')
-rw-r--r-- | meta/recipes-extended/cups/cups.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index 2ce9c7a179..e69f178cf2 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc | |||
@@ -16,7 +16,7 @@ LEAD_SONAME = "libcupsdriver.so" | |||
16 | 16 | ||
17 | CLEANBROKEN = "1" | 17 | CLEANBROKEN = "1" |
18 | 18 | ||
19 | inherit autotools-brokensep binconfig useradd systemd | 19 | inherit autotools-brokensep binconfig useradd systemd pkgconfig |
20 | 20 | ||
21 | USERADD_PACKAGES = "${PN}" | 21 | USERADD_PACKAGES = "${PN}" |
22 | GROUPADD_PARAM_${PN} = "--system lpadmin" | 22 | GROUPADD_PARAM_${PN} = "--system lpadmin" |