mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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>
This commit is contained in:
@@ -28,7 +28,7 @@ SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \
|
||||
SRC_URI[md5sum] = "addf44b646ddb4e3919805aa88fa7c5e"
|
||||
SRC_URI[sha256sum] = "e3bd4d5d3d025a36c21dd6af7ea818a2afcd4dfc1ea5a17b39d7854bcd0c06e3"
|
||||
|
||||
do_compile_prepend () {
|
||||
do_compile:prepend () {
|
||||
# Sometimes this file doesn't get rebuilt, force the issue
|
||||
rm -f ${S}/build-aux/ltmain.sh
|
||||
make build-aux/ltmain.sh
|
||||
@@ -43,9 +43,9 @@ CACHED_CONFIGUREVARS += "ac_cv_path_GREP=grep"
|
||||
DEPENDS = "libtool-native"
|
||||
|
||||
PACKAGES =+ "libltdl"
|
||||
FILES_${PN} += "${datadir}/aclocal"
|
||||
FILES:${PN} += "${datadir}/aclocal"
|
||||
|
||||
FILES_${PN}-dev_remove = "${datadir}/aclocal"
|
||||
FILES_libltdl = "${libdir}/libltdl${SOLIBS}"
|
||||
FILES:${PN}-dev:remove = "${datadir}/aclocal"
|
||||
FILES:libltdl = "${libdir}/libltdl${SOLIBS}"
|
||||
|
||||
export CONFIG_SHELL="/bin/bash"
|
||||
|
||||
@@ -8,7 +8,7 @@ datadir = "${STAGING_DIR_TARGET}${target_datadir}"
|
||||
|
||||
inherit nopackages
|
||||
|
||||
do_configure_prepend () {
|
||||
do_configure:prepend () {
|
||||
# Remove any existing libtool m4 since old stale versions would break
|
||||
# any upgrade
|
||||
rm -f ${STAGING_DATADIR}/aclocal/libtool.m4
|
||||
|
||||
@@ -8,7 +8,7 @@ inherit native
|
||||
|
||||
EXTRA_OECONF = " --with-libtool-sysroot=${STAGING_DIR_NATIVE}"
|
||||
|
||||
do_configure_prepend () {
|
||||
do_configure:prepend () {
|
||||
# Remove any existing libtool m4 since old stale versions would break
|
||||
# any upgrade
|
||||
rm -f ${STAGING_DATADIR}/aclocal/libtool.m4
|
||||
|
||||
@@ -2,7 +2,7 @@ require libtool-${PV}.inc
|
||||
|
||||
SRC_URI += "file://multilib.patch file://debian-no_hostname.patch"
|
||||
|
||||
RDEPENDS_${PN} += "bash"
|
||||
RDEPENDS:${PN} += "bash"
|
||||
|
||||
#
|
||||
# We want the results of libtool-cross preserved - don't stage anything ourselves.
|
||||
@@ -13,9 +13,9 @@ SYSROOT_DIRS_BLACKLIST += " \
|
||||
${datadir}/libtool/build-aux \
|
||||
"
|
||||
|
||||
ACLOCALEXTRAPATH_class-target = ""
|
||||
ACLOCALEXTRAPATH:class-target = ""
|
||||
|
||||
do_install_append () {
|
||||
do_install:append () {
|
||||
sed -e 's@--sysroot=${STAGING_DIR_HOST}@@g' \
|
||||
-e "s@${DEBUG_PREFIX_MAP}@@g" \
|
||||
-e 's@${STAGING_DIR_HOST}@@g' \
|
||||
|
||||
@@ -8,9 +8,9 @@ SRC_URI += "file://fixinstall.patch"
|
||||
inherit nativesdk
|
||||
|
||||
S = "${WORKDIR}/libtool-${PV}"
|
||||
FILES_${PN} += "${datadir}/libtool/*"
|
||||
FILES:${PN} += "${datadir}/libtool/*"
|
||||
|
||||
do_configure_prepend () {
|
||||
do_configure:prepend () {
|
||||
# Remove any existing libtool m4 since old stale versions would break
|
||||
# any upgrade
|
||||
rm -f ${STAGING_DATADIR}/aclocal/libtool.m4
|
||||
|
||||
Reference in New Issue
Block a user