The mv of aclocal.m4 can only occur once, or it will fail. On a re-run of
configure this will fail.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
LIC_FILES_CHKSUM = "file://LICENSE;md5=d89d124974e487e5d64da6f1cd8acfbb"
COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)'
-PR = "r0"
+PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/nasm/nasm-${PV}.tar.bz2 "
inherit autotools
-do_configure_prepend () {
+do_patch_fixaclocal () {
mv aclocal.m4 acinclude.m4
}
+addtask do_patch_fixaclocal after do_patch before do_configure
+
do_install() {
install -d ${D}${bindir}
install -d ${D}${mandir}/man1