base-files: Do not rebuild everytime

These lines were forcing a rebuild of this recipe at every build,
leading to longer overall build time.
They are not requried anymore.

BugzID: 65831
This commit is contained in:
Alexandre Bard 2020-09-10 14:57:48 +02:00
parent 5d4c0fa6b1
commit 30423f13b5
1 changed files with 0 additions and 3 deletions

View File

@ -21,6 +21,3 @@ do_install_basefilesissue() {
printf "${DISTROVERSION-ISSUE}" >> ${D}${sysconfdir}/issue.net
echo -e "%h\n" >> ${D}${sysconfdir}/issue.net
}
do_compile[nostamp] = "1"
do_install[nostamp] = "1"