Previous fixes didn't helped so remove DATE variable from recipe
to get some silence in here. Also removed do_configure and
do_install_remove [nostamp] since they are not really necessary.
But let do_comile and do_install [nostamp] stay for forcing rebuild and
installation to keep files in final rootfs up to date.
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
Set configure, compile and install task to nostamp will force rebuild even
if sstate is available
Remove dynamic variables from bashhash
which can change basehash during install process
BugzID: 54217
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
base-file bbappend: console login promt: show more related distro information
By appling this bbappend,the context of /etc/issue and /etc/issue.net
are written by DISTROVERSION-ISSUE variable.
If this bbappend file not available then the base recipes takes
over these issue* files.
EXTERNALSRC_GIT_SRCREV depends on externalgitsrc.bbclass
BugzID: 53629
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>