mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
boinc-client: Fix contains reference to TMPDIR [buildpaths] warning
WARNING: boinc-client-7.20.5-r0 do_package_qa: QA Issue: File /usr/include/boinc/svn_version.h in package boinc-client-dev contains reference to TMPDIR [buildpaths] Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -77,6 +77,10 @@ do_install:prepend() {
|
|||||||
mkdir -p ${D}${sysconfdir}/default
|
mkdir -p ${D}${sysconfdir}/default
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_install:append() {
|
||||||
|
sed -i -e 's#${S}##g' ${D}${includedir}/boinc/svn_version.h
|
||||||
|
}
|
||||||
|
|
||||||
SYSTEMD_SERVICE:${PN} = "boinc-client.service"
|
SYSTEMD_SERVICE:${PN} = "boinc-client.service"
|
||||||
|
|
||||||
FILES:${PN} += "${libdir}/systemd"
|
FILES:${PN} += "${libdir}/systemd"
|
||||||
|
|||||||
Reference in New Issue
Block a user