diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/nasm/nasm_2.07.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/nasm/nasm_2.07.bb b/meta/recipes-devtools/nasm/nasm_2.07.bb index 9b75496f95..fc2d5310c0 100644 --- a/meta/recipes-devtools/nasm/nasm_2.07.bb +++ b/meta/recipes-devtools/nasm/nasm_2.07.bb | |||
@@ -13,12 +13,12 @@ SRC_URI[sha256sum] = "ac70ee451c73d742c9ff830502e5f8b1f648b2abffa8fd00944243283b | |||
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools |
15 | 15 | ||
16 | do_patch_fixaclocal () { | 16 | do_configure_prepend () { |
17 | mv aclocal.m4 acinclude.m4 | 17 | if [ -f aclocal.m4 ] && [ ! -f acinclude.m4 ]; then |
18 | mv aclocal.m4 acinclude.m4 | ||
19 | fi | ||
18 | } | 20 | } |
19 | 21 | ||
20 | addtask do_patch_fixaclocal after do_patch before do_configure | ||
21 | |||
22 | do_install() { | 22 | do_install() { |
23 | install -d ${D}${bindir} | 23 | install -d ${D}${bindir} |
24 | install -d ${D}${mandir}/man1 | 24 | install -d ${D}${mandir}/man1 |