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:32 +0000 |
commit | c2eb2a2a990e402c532cccfe742ca33d3e8c46f3 (patch) | |
tree | 81336e6e319f168d0e72f20d89b91430759e3f1c /meta | |
parent | 303868c8976523342026817c6aa1a04ce0408c5d (diff) | |
download | openembedded-core-c2eb2a2a990e402c532cccfe742ca33d3e8c46f3.tar.gz openembedded-core-c2eb2a2a990e402c532cccfe742ca33d3e8c46f3.tar.bz2 openembedded-core-c2eb2a2a990e402c532cccfe742ca33d3e8c46f3.zip |
cups: add missing pkgconfig inherit
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-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" CLEANBROKEN = "1" -inherit autotools-brokensep binconfig useradd systemd +inherit autotools-brokensep binconfig useradd systemd pkgconfig USERADD_PACKAGES = "${PN}" GROUPADD_PARAM_${PN} = "--system lpadmin" |