diff options
author | alperak <alperyasinak1@gmail.com> | 2024-06-26 18:36:26 +0300 |
---|---|---|
committer | Armin Kuster <akuster@mvista.com> | 2025-04-16 20:30:23 -0400 |
commit | 6f92234d8ea567cd698c9e449e90c149b887af95 (patch) | |
tree | 8e21b9a2e34038197ae4e07c95dccedb3213ea9b | |
parent | 025d16c71d95bf387348a5804f3a5a1898346856 (diff) | |
download | meta-openembedded-6f92234d8ea567cd698c9e449e90c149b887af95.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>
Signed-off-by: Armin Kuster <akuster@mvista.com>
-rw-r--r-- | meta-oe/recipes-extended/hplip/hplip_3.22.10.bb | 2 |
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 be420b4837..991c695565 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 | ||
52 | EXTRA_OEMAKE = "rulessystemdir=${systemd_unitdir}/system/" | 52 | EXTRA_OEMAKE = "CPPFLAGS='${CFLAGS}' rulessystemdir=${systemd_unitdir}/system/" |
53 | 53 | ||
54 | do_install:append() { | 54 | do_install:append() { |
55 | rm -rf ${D}${datadir}/hplip/upgrade.py | 55 | rm -rf ${D}${datadir}/hplip/upgrade.py |