summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2024-06-26 18:36:26 +0300
committerKhem Raj <raj.khem@gmail.com>2024-06-28 11:22:04 -0700
commita5e9d152bd398ae2210ccdd8d4a7c8091841e264 (patch)
treec15534d760afc2d2732f77aca04b28ebb60f9baa /meta-oe/recipes-extended
parenta9741a9d9ce251e2fafe93f44475648eebaed586 (diff)
downloadmeta-openembedded-a5e9d152bd398ae2210ccdd8d4a7c8091841e264.tar.gz
hplip: Fix contains reference to TMPDIR [buildpaths] warning
Make sure that the OE provided CFLAGS are passed to the compiler. WARNING: hplip-3.22.10-r0 do_package_qa: QA Issue: File /usr/lib/python3.12/site-packages/cupsext.so in package hplip contains reference to TMPDIR [buildpaths] Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/hplip/hplip_3.22.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/hplip/hplip_3.22.10.bb b/meta-oe/recipes-extended/hplip/hplip_3.22.10.bb
index be420b483..991c69556 100644
--- a/meta-oe/recipes-extended/hplip/hplip_3.22.10.bb
+++ b/meta-oe/recipes-extended/hplip/hplip_3.22.10.bb
@@ -49,7 +49,7 @@ EXTRA_OECONF += "\
49 --with-cupsfilterdir=${libexecdir}/cups/filter \ 49 --with-cupsfilterdir=${libexecdir}/cups/filter \
50" 50"
51 51
52EXTRA_OEMAKE = "rulessystemdir=${systemd_unitdir}/system/" 52EXTRA_OEMAKE = "CPPFLAGS='${CFLAGS}' rulessystemdir=${systemd_unitdir}/system/"
53 53
54do_install:append() { 54do_install:append() {
55 rm -rf ${D}${datadir}/hplip/upgrade.py 55 rm -rf ${D}${datadir}/hplip/upgrade.py