All of lore.kernel.org
 help / color / mirror / Atom feed
* [rocko/master][PATCH] external-linaro-toolchain: switch from USE_LDCONFIG to ldconfig distro feature
@ 2018-07-12 21:45 Denys Dmytriyenko
  2018-07-13 18:11 ` [EXTERNAL] " Stiffler, Jacob
  0 siblings, 1 reply; 2+ messages in thread
From: Denys Dmytriyenko @ 2018-07-12 21:45 UTC (permalink / raw)
  To: meta-arago

Corresponding change was made upstream and USE_LDCONFIG is no longer set.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 .../recipes-core/meta/external-linaro-toolchain.bbappend        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arago-extras/recipes-core/meta/external-linaro-toolchain.bbappend b/meta-arago-extras/recipes-core/meta/external-linaro-toolchain.bbappend
index 6ebcb4be..8230790d 100644
--- a/meta-arago-extras/recipes-core/meta/external-linaro-toolchain.bbappend
+++ b/meta-arago-extras/recipes-core/meta/external-linaro-toolchain.bbappend
@@ -26,7 +26,7 @@ RDEPENDS_libubsan += "libstdc++"
 PKGV = "${ELT_VER_LIBC}"
 PKGV_glibc-thread-db = "${ELT_VER_LIBC}"
 
-FILES_${PN} = "${libc_baselibs} ${libexecdir}/* ${@base_conditional('USE_LDCONFIG', '1', '${base_sbindir}/ldconfig ${sysconfdir}/ld.so.conf', '', d)}"
+FILES_${PN} = "${libc_baselibs} ${libexecdir}/* ${@bb.utils.contains('DISTRO_FEATURES', 'ldconfig', '${base_sbindir}/ldconfig ${sysconfdir}/ld.so.conf', '', d)}"
 FILES_${PN} += "\
 	${libdir}/bin \
 	${libdir}/locale \
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [EXTERNAL] [rocko/master][PATCH] external-linaro-toolchain: switch from USE_LDCONFIG to ldconfig distro feature
  2018-07-12 21:45 [rocko/master][PATCH] external-linaro-toolchain: switch from USE_LDCONFIG to ldconfig distro feature Denys Dmytriyenko
@ 2018-07-13 18:11 ` Stiffler, Jacob
  0 siblings, 0 replies; 2+ messages in thread
From: Stiffler, Jacob @ 2018-07-13 18:11 UTC (permalink / raw)
  To: Dmytriyenko, Denys, meta-arago

Denys,

Can you please apply this set to the ti2018.01 branch?

Thank you,
Jake

> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> bounces@arago-project.org] On Behalf Of Dmytriyenko, Denys
> Sent: Thursday, July 12, 2018 5:45 PM
> To: meta-arago@arago-project.org
> Subject: [EXTERNAL] [meta-arago] [rocko/master][PATCH] external-linaro-
> toolchain: switch from USE_LDCONFIG to ldconfig distro feature
> 
> Corresponding change was made upstream and USE_LDCONFIG is no longer
> set.
> 
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
>  .../recipes-core/meta/external-linaro-toolchain.bbappend        | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-arago-extras/recipes-core/meta/external-linaro-
> toolchain.bbappend b/meta-arago-extras/recipes-core/meta/external-
> linaro-toolchain.bbappend
> index 6ebcb4be..8230790d 100644
> --- a/meta-arago-extras/recipes-core/meta/external-linaro-
> toolchain.bbappend
> +++ b/meta-arago-extras/recipes-core/meta/external-linaro-
> toolchain.bbappend
> @@ -26,7 +26,7 @@ RDEPENDS_libubsan += "libstdc++"
>  PKGV = "${ELT_VER_LIBC}"
>  PKGV_glibc-thread-db = "${ELT_VER_LIBC}"
> 
> -FILES_${PN} = "${libc_baselibs} ${libexecdir}/*
> ${@base_conditional('USE_LDCONFIG', '1', '${base_sbindir}/ldconfig
> ${sysconfdir}/ld.so.conf', '', d)}"
> +FILES_${PN} = "${libc_baselibs} ${libexecdir}/*
> ${@bb.utils.contains('DISTRO_FEATURES', 'ldconfig',
> '${base_sbindir}/ldconfig ${sysconfdir}/ld.so.conf', '', d)}"
>  FILES_${PN} += "\
>  	${libdir}/bin \
>  	${libdir}/locale \
> --
> 2.17.1
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-13 18:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-12 21:45 [rocko/master][PATCH] external-linaro-toolchain: switch from USE_LDCONFIG to ldconfig distro feature Denys Dmytriyenko
2018-07-13 18:11 ` [EXTERNAL] " Stiffler, Jacob

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.