diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2015-11-24 17:25:26 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-12-18 12:43:22 +0100 |
commit | e69d70225a28325009b68875a17776add3a1e9a5 (patch) | |
tree | 29a9818cf446c6c12c48fc0ad0859b7aa48eae68 /meta-oe/recipes-extended/hplip | |
parent | 626236af04f23b9c6beef59e64274655348cfa4b (diff) | |
download | meta-openembedded-e69d70225a28325009b68875a17776add3a1e9a5.tar.gz |
hplip: specify cupsbackenddir and cupsfilterdir
Fix QA issue when enable multilib:
ERROR: QA Issue: hplip: Files/directories were installed but not shipped in any package:
/usr/lib
/usr/lib/cups
/usr/lib/cups/filter
/usr/lib/cups/backend
/usr/lib/cups/filter/hpcac
/usr/lib/cups/filter/foomatic-rip-hplip
/usr/lib/cups/filter/pstotiff
/usr/lib/cups/filter/hpcups
/usr/lib/cups/filter/hplipjs
/usr/lib/cups/filter/hpps
/usr/lib/cups/filter/.debug
/usr/lib/cups/filter/.debug/hplipjs
/usr/lib/cups/filter/.debug/hpcups
/usr/lib/cups/filter/.debug/hpps
/usr/lib/cups/backend/hp
/usr/lib/cups/backend/.debug
/usr/lib/cups/backend/.debug/hp
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
hplip: 17 installed and not shipped files. [installed-vs-shipped]
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/hplip')
-rw-r--r-- | meta-oe/recipes-extended/hplip/hplip_3.12.6.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/hplip/hplip_3.12.6.bb b/meta-oe/recipes-extended/hplip/hplip_3.12.6.bb index ac1dc7eb77d..86628b14bff 100644 --- a/meta-oe/recipes-extended/hplip/hplip_3.12.6.bb +++ b/meta-oe/recipes-extended/hplip/hplip_3.12.6.bb @@ -35,6 +35,8 @@ EXTRA_OECONF += "\ --disable-foomatic-drv-install \ --enable-foomatic-ppd-install \ --enable-foomatic-rip-hplip-install \ + --with-cupsbackenddir=${libdir}/cups/backend \ + --with-cupsfilterdir=${libdir}/cups/filter \ " PACKAGES += "${PN}-ppd ${PN}-cups ${PN}-backend ${PN}-filter ${PN}-hal" |