summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opensp/opensp_1.5.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/opensp/opensp_1.5.2.bb')
-rw-r--r--meta/recipes-devtools/opensp/opensp_1.5.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/opensp/opensp_1.5.2.bb b/meta/recipes-devtools/opensp/opensp_1.5.2.bb
index ecf8a3738b..7edd59d7d6 100644
--- a/meta/recipes-devtools/opensp/opensp_1.5.2.bb
+++ b/meta/recipes-devtools/opensp/opensp_1.5.2.bb
@@ -22,7 +22,7 @@ inherit autotools gettext
22 22
23EXTRA_OECONF = "--disable-doc-build" 23EXTRA_OECONF = "--disable-doc-build"
24 24
25EXTRA_OECONF_virtclass-native = "\ 25EXTRA_OECONF_class-native = "\
26 --disable-doc-build \ 26 --disable-doc-build \
27 --enable-default-catalog=${sysconfdir}/sgml/catalog \ 27 --enable-default-catalog=${sysconfdir}/sgml/catalog \
28 --enable-default-search-path=${datadir}/sgml \ 28 --enable-default-search-path=${datadir}/sgml \
@@ -41,7 +41,7 @@ do_install_append() {
41 ln -sf osx sgml2xml 41 ln -sf osx sgml2xml
42} 42}
43 43
44do_install_append_virtclass-native() { 44do_install_append_class-native() {
45 for util in nsgmls sgmlnorm spam spcat spent sx; do 45 for util in nsgmls sgmlnorm spam spcat spent sx; do
46 create_cmdline_wrapper ${D}/${bindir}/$util \ 46 create_cmdline_wrapper ${D}/${bindir}/$util \
47 -D ${sysconfdir}/sgml 47 -D ${sysconfdir}/sgml