From d93d67dab3066dc38b5d9d07311d4567cf2ef2b5 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 22 May 2024 16:48:46 +0800 Subject: fetchmail: Fix buildpaths warning. WARNING: fetchmail-6.4.38-r0 do_package_qa: QA Issue: File /usr/bin/fetchmail in package fetchmail contains reference to TMPDIR [buildpaths] Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-networking/recipes-support/fetchmail/fetchmail_6.4.38.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-networking') diff --git a/meta-networking/recipes-support/fetchmail/fetchmail_6.4.38.bb b/meta-networking/recipes-support/fetchmail/fetchmail_6.4.38.bb index 587a479497..6cde94b202 100644 --- a/meta-networking/recipes-support/fetchmail/fetchmail_6.4.38.bb +++ b/meta-networking/recipes-support/fetchmail/fetchmail_6.4.38.bb @@ -18,8 +18,11 @@ inherit autotools gettext pkgconfig python3-dir python3native EXTRA_OECONF = "--with-ssl=${STAGING_DIR_HOST}${prefix}" +INSANE_SKIP:${PN} = "already-stripped" + do_install:append() { sed -i 's,${RECIPE_SYSROOT_NATIVE},,g' ${D}${bindir}/fetchmailconf + sed -i 's,${RECIPE_SYSROOT},,g' ${D}${bindir}/fetchmail } PACKAGES =+ "fetchmail-python" -- cgit v1.2.3-54-g00ecf