summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/slang/slang_2.3.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/slang/slang_2.3.2.bb')
-rw-r--r--meta/recipes-extended/slang/slang_2.3.2.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-extended/slang/slang_2.3.2.bb b/meta/recipes-extended/slang/slang_2.3.2.bb
index 99efb16da6..81d152f000 100644
--- a/meta/recipes-extended/slang/slang_2.3.2.bb
+++ b/meta/recipes-extended/slang/slang_2.3.2.bb
@@ -27,7 +27,7 @@ SRC_URI[md5sum] = "c2d5a7aa0246627da490be4e399c87cb"
27SRC_URI[sha256sum] = "fc9e3b0fc4f67c3c1f6d43c90c16a5c42d117b8e28457c5b46831b8b5d3ae31a" 27SRC_URI[sha256sum] = "fc9e3b0fc4f67c3c1f6d43c90c16a5c42d117b8e28457c5b46831b8b5d3ae31a"
28 28
29UPSTREAM_CHECK_URI = "http://www.jedsoft.org/releases/slang/" 29UPSTREAM_CHECK_URI = "http://www.jedsoft.org/releases/slang/"
30PREMIRRORS_append = "\n http://www.jedsoft.org/releases/slang/.* http://www.jedsoft.org/releases/slang/old/ \n" 30PREMIRRORS:append = "\n http://www.jedsoft.org/releases/slang/.* http://www.jedsoft.org/releases/slang/old/ \n"
31 31
32inherit autotools-brokensep ptest 32inherit autotools-brokensep ptest
33CLEANBROKEN = "1" 33CLEANBROKEN = "1"
@@ -42,7 +42,7 @@ PACKAGECONFIG[pcre] = "--with-pcre=${STAGING_DIR_HOST}${prefix},--without-pcre,p
42PACKAGECONFIG[png] = "--with-png=${STAGING_DIR_HOST}${prefix},--without-png,libpng" 42PACKAGECONFIG[png] = "--with-png=${STAGING_DIR_HOST}${prefix},--without-png,libpng"
43PACKAGECONFIG[zlib] = "--with-z=${STAGING_DIR_HOST}${prefix},--without-z,zlib" 43PACKAGECONFIG[zlib] = "--with-z=${STAGING_DIR_HOST}${prefix},--without-z,zlib"
44 44
45do_configure_prepend() { 45do_configure:prepend() {
46 cd ${S}/autoconf 46 cd ${S}/autoconf
47 # slang keeps configure.ac and rest of autoconf files in autoconf/ directory 47 # slang keeps configure.ac and rest of autoconf files in autoconf/ directory
48 # we have to go there to be able to run gnu-configize cause it expects configure.{in,ac} 48 # we have to go there to be able to run gnu-configize cause it expects configure.{in,ac}
@@ -74,9 +74,9 @@ do_install_ptest() {
74 sed -i 's/\.\.\/\.\.\/doc\/text\/slangfun\.txt/slangfun\.txt/' ${D}${PTEST_PATH}/test/docfun.sl 74 sed -i 's/\.\.\/\.\.\/doc\/text\/slangfun\.txt/slangfun\.txt/' ${D}${PTEST_PATH}/test/docfun.sl
75} 75}
76 76
77FILES_${PN} += "${libdir}/${BPN}/v2/modules/ ${datadir}/slsh/" 77FILES:${PN} += "${libdir}/${BPN}/v2/modules/ ${datadir}/slsh/"
78 78
79RDEPENDS_${PN}-ptest += "make" 79RDEPENDS:${PN}-ptest += "make"
80 80
81PARALLEL_MAKE = "" 81PARALLEL_MAKE = ""
82PARALLEL_MAKEINST = "" 82PARALLEL_MAKEINST = ""