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-devtools/libtool/libtool-2.4.6.inc | |
| 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-devtools/libtool/libtool-2.4.6.inc')
| -rw-r--r-- | meta/recipes-devtools/libtool/libtool-2.4.6.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/libtool/libtool-2.4.6.inc b/meta/recipes-devtools/libtool/libtool-2.4.6.inc index e9225e140c..c1cbceb51f 100644 --- a/meta/recipes-devtools/libtool/libtool-2.4.6.inc +++ b/meta/recipes-devtools/libtool/libtool-2.4.6.inc | |||
| @@ -28,7 +28,7 @@ SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ | |||
| 28 | SRC_URI[md5sum] = "addf44b646ddb4e3919805aa88fa7c5e" | 28 | SRC_URI[md5sum] = "addf44b646ddb4e3919805aa88fa7c5e" |
| 29 | SRC_URI[sha256sum] = "e3bd4d5d3d025a36c21dd6af7ea818a2afcd4dfc1ea5a17b39d7854bcd0c06e3" | 29 | SRC_URI[sha256sum] = "e3bd4d5d3d025a36c21dd6af7ea818a2afcd4dfc1ea5a17b39d7854bcd0c06e3" |
| 30 | 30 | ||
| 31 | do_compile_prepend () { | 31 | do_compile:prepend () { |
| 32 | # Sometimes this file doesn't get rebuilt, force the issue | 32 | # Sometimes this file doesn't get rebuilt, force the issue |
| 33 | rm -f ${S}/build-aux/ltmain.sh | 33 | rm -f ${S}/build-aux/ltmain.sh |
| 34 | make build-aux/ltmain.sh | 34 | make build-aux/ltmain.sh |
| @@ -43,9 +43,9 @@ CACHED_CONFIGUREVARS += "ac_cv_path_GREP=grep" | |||
| 43 | DEPENDS = "libtool-native" | 43 | DEPENDS = "libtool-native" |
| 44 | 44 | ||
| 45 | PACKAGES =+ "libltdl" | 45 | PACKAGES =+ "libltdl" |
| 46 | FILES_${PN} += "${datadir}/aclocal" | 46 | FILES:${PN} += "${datadir}/aclocal" |
| 47 | 47 | ||
| 48 | FILES_${PN}-dev_remove = "${datadir}/aclocal" | 48 | FILES:${PN}-dev:remove = "${datadir}/aclocal" |
| 49 | FILES_libltdl = "${libdir}/libltdl${SOLIBS}" | 49 | FILES:libltdl = "${libdir}/libltdl${SOLIBS}" |
| 50 | 50 | ||
| 51 | export CONFIG_SHELL="/bin/bash" | 51 | export CONFIG_SHELL="/bin/bash" |
