summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opensp
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/opensp')
-rw-r--r--meta/recipes-devtools/opensp/opensp_1.5.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/opensp/opensp_1.5.bb b/meta/recipes-devtools/opensp/opensp_1.5.bb
index d692137452..e225add824 100644
--- a/meta/recipes-devtools/opensp/opensp_1.5.bb
+++ b/meta/recipes-devtools/opensp/opensp_1.5.bb
@@ -29,6 +29,11 @@ EXTRA_OECONF_virtclass-native = "\
29 --enable-default-search-path=${datadir}/sgml \ 29 --enable-default-search-path=${datadir}/sgml \
30 " 30 "
31 31
32do_configure_prepend () {
33 # Stale m4 macros cause a variety of problems
34 rm -rf ${S}/m4/*
35}
36
32do_install_append() { 37do_install_append() {
33 # Set up symlinks to often-used alternate names. See 38 # Set up symlinks to often-used alternate names. See
34 # http://www.linuxfromscratch.org/blfs/view/stable/pst/opensp.html 39 # http://www.linuxfromscratch.org/blfs/view/stable/pst/opensp.html