summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2016-12-26 10:45:13 -0500
committerMike Pagano <mpagano@gentoo.org>2016-12-26 10:45:26 -0500
commitafc71d7a13428d612ad2e890ee978d6040e6bba7 (patch)
tree672caa182c3e3b55514e5af7c6f6c31540594a3a /eclass
parentsys-kernel/git-sources: Linux patch 4.10-rc1 and removal of the 4.9-RCX series (diff)
downloadgentoo-afc71d7a13428d612ad2e890ee978d6040e6bba7.tar.gz
gentoo-afc71d7a13428d612ad2e890ee978d6040e6bba7.tar.bz2
gentoo-afc71d7a13428d612ad2e890ee978d6040e6bba7.zip
kernel-2.eclass: Remove code that looks for Changelog which is also breaks PMS rules going above FILESDIR.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kernel-2.eclass7
1 files changed, 0 insertions, 7 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index 424aa03d01ec..520a4c135973 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -967,13 +967,6 @@ install_sources() {
done
fi
- if [[ ! -f ${S}/patches.txt ]]; then
- # patches.txt is empty so lets use our ChangeLog
- [[ -f ${FILESDIR}/../ChangeLog ]] && \
- echo "Please check the ebuild ChangeLog for more details." \
- > "${S}"/patches.txt
- fi
-
mv "${WORKDIR}"/linux* "${ED}"usr/src || die
if [[ -n "${UNIPATCH_DOCS}" ]] ; then