diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-28 23:28:15 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-02 15:44:10 +0100 |
| commit | bb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch) | |
| tree | 76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/recipes-extended/slang | |
| parent | fcc456ee4b8f619134abb4649db53c638074082c (diff) | |
| download | poky-bb6ddc3691ab04162ec5fd69a2d5e7876713fd15.tar.gz | |
Convert to new override syntax
This is the result of automated script conversion:
scripts/contrib/convert-overrides.py <oe-core directory>
converting the metadata to use ":" as the override character instead of "_".
(From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/slang')
| -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 = "" |
