Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
S = "${WORKDIR}"
do_configure_prepend() {
- rm -f ${S}/config.log
- rm -f ${S}/config.status
+ # all links to /usr/share/automake-1.10/
+ rm -f ${S}/depcomp ${S}/config.guess ${S}/config.sub ${S}/INSTALL ${S}/install-sh ${S}/missing
+ touch ${S}/INSTALL
}
do_install_append() {
SRC_URI = "svn://shr-launcher.googlecode.com/svn/trunk;module=.;proto=http"
do_configure_prepend() {
- rm -f ${S}/config.log
- rm -f ${S}/config.status
+ # all links to /usr/share/automake-1.10/
+ rm -f ${S}/depcomp ${S}/config.guess ${S}/config.sub ${S}/INSTALL ${S}/install-sh ${S}/missing
+ touch ${S}/INSTALL
}
S = "${WORKDIR}"