mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
fetchmail: Fix buildpaths warning.
WARNING: fetchmail-6.4.23-r0 do_package_qa: QA Issue: File /usr/bin/fetchmailconf in package fetchmail contains reference to TMPDIR [buildpaths] Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -18,5 +18,9 @@ inherit autotools gettext pkgconfig python3-dir python3native
|
||||
|
||||
EXTRA_OECONF = "--with-ssl=${STAGING_DIR_HOST}${prefix}"
|
||||
|
||||
do_install:append() {
|
||||
sed -i 's,${RECIPE_SYSROOT_NATIVE},,g' ${D}${bindir}/fetchmailconf
|
||||
}
|
||||
|
||||
PACKAGES =+ "fetchmail-python"
|
||||
FILES:fetchmail-python = "${libdir}/${PYTHON_DIR}/*"
|
||||
|
||||
Reference in New Issue
Block a user