diff options
Diffstat (limited to 'meta/recipes-extended/slang/slang_2.3.2.bb')
-rw-r--r-- | meta/recipes-extended/slang/slang_2.3.2.bb | 8 |
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" | |||
27 | SRC_URI[sha256sum] = "fc9e3b0fc4f67c3c1f6d43c90c16a5c42d117b8e28457c5b46831b8b5d3ae31a" | 27 | SRC_URI[sha256sum] = "fc9e3b0fc4f67c3c1f6d43c90c16a5c42d117b8e28457c5b46831b8b5d3ae31a" |
28 | 28 | ||
29 | UPSTREAM_CHECK_URI = "http://www.jedsoft.org/releases/slang/" | 29 | UPSTREAM_CHECK_URI = "http://www.jedsoft.org/releases/slang/" |
30 | PREMIRRORS_append = "\n http://www.jedsoft.org/releases/slang/.* http://www.jedsoft.org/releases/slang/old/ \n" | 30 | PREMIRRORS:append = "\n http://www.jedsoft.org/releases/slang/.* http://www.jedsoft.org/releases/slang/old/ \n" |
31 | 31 | ||
32 | inherit autotools-brokensep ptest | 32 | inherit autotools-brokensep ptest |
33 | CLEANBROKEN = "1" | 33 | CLEANBROKEN = "1" |
@@ -42,7 +42,7 @@ PACKAGECONFIG[pcre] = "--with-pcre=${STAGING_DIR_HOST}${prefix},--without-pcre,p | |||
42 | PACKAGECONFIG[png] = "--with-png=${STAGING_DIR_HOST}${prefix},--without-png,libpng" | 42 | PACKAGECONFIG[png] = "--with-png=${STAGING_DIR_HOST}${prefix},--without-png,libpng" |
43 | PACKAGECONFIG[zlib] = "--with-z=${STAGING_DIR_HOST}${prefix},--without-z,zlib" | 43 | PACKAGECONFIG[zlib] = "--with-z=${STAGING_DIR_HOST}${prefix},--without-z,zlib" |
44 | 44 | ||
45 | do_configure_prepend() { | 45 | do_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 | ||
77 | FILES_${PN} += "${libdir}/${BPN}/v2/modules/ ${datadir}/slsh/" | 77 | FILES:${PN} += "${libdir}/${BPN}/v2/modules/ ${datadir}/slsh/" |
78 | 78 | ||
79 | RDEPENDS_${PN}-ptest += "make" | 79 | RDEPENDS:${PN}-ptest += "make" |
80 | 80 | ||
81 | PARALLEL_MAKE = "" | 81 | PARALLEL_MAKE = "" |
82 | PARALLEL_MAKEINST = "" | 82 | PARALLEL_MAKEINST = "" |