All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/util-linux/util-linux-libs: add a missing patch
@ 2022-01-15  1:50 TIAN Yuanhao
  2022-01-15  9:18 ` Yann E. MORIN
  2022-01-28 12:44 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: TIAN Yuanhao @ 2022-01-15  1:50 UTC (permalink / raw)
  To: buildroot; +Cc: TIAN Yuanhao, Fabrice Fontaine

The commit 2f5068640161f7b267099e28b69d4c2280b4ded3 added a patch for
util-linux, but forgot to create a symlink to util-linux-libs. This
results in inconsistent libblkid.so builds from util-linux and
util-linux-libs.

If you enable BR2_PER_PACKAGE_DIRECTORIES, you will find that different
libblkid.so is used in different
$(BASE_DIR)/per-package/$(PKG)_NAME/target.

Signed-off-by: TIAN Yuanhao <tianyuanhao3@163.com>
---
 ...ibblkid-don-t-mark-cache-as-probed-if-sys-not-available.patch | 1 +
 1 file changed, 1 insertion(+)
 create mode 120000 package/util-linux/util-linux-libs/0002-libblkid-don-t-mark-cache-as-probed-if-sys-not-available.patch

diff --git a/package/util-linux/util-linux-libs/0002-libblkid-don-t-mark-cache-as-probed-if-sys-not-available.patch b/package/util-linux/util-linux-libs/0002-libblkid-don-t-mark-cache-as-probed-if-sys-not-available.patch
new file mode 120000
index 0000000000..2f3c482144
--- /dev/null
+++ b/package/util-linux/util-linux-libs/0002-libblkid-don-t-mark-cache-as-probed-if-sys-not-available.patch
@@ -0,0 +1 @@
+../0002-libblkid-don-t-mark-cache-as-probed-if-sys-not-available.patch
\ No newline at end of file
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/util-linux/util-linux-libs: add a missing patch
  2022-01-15  1:50 [Buildroot] [PATCH 1/1] package/util-linux/util-linux-libs: add a missing patch TIAN Yuanhao
@ 2022-01-15  9:18 ` Yann E. MORIN
  2022-01-28 12:44 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2022-01-15  9:18 UTC (permalink / raw)
  To: TIAN Yuanhao; +Cc: Fabrice Fontaine, buildroot

Yuanhao, All,

On 2022-01-14 17:50 -0800, TIAN Yuanhao spake thusly:
> The commit 2f5068640161f7b267099e28b69d4c2280b4ded3 added a patch for
> util-linux, but forgot to create a symlink to util-linux-libs. This
> results in inconsistent libblkid.so builds from util-linux and
> util-linux-libs.
> 
> If you enable BR2_PER_PACKAGE_DIRECTORIES, you will find that different
> libblkid.so is used in different
> $(BASE_DIR)/per-package/$(PKG)_NAME/target.
> 
> Signed-off-by: TIAN Yuanhao <tianyuanhao3@163.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  ...ibblkid-don-t-mark-cache-as-probed-if-sys-not-available.patch | 1 +
>  1 file changed, 1 insertion(+)
>  create mode 120000 package/util-linux/util-linux-libs/0002-libblkid-don-t-mark-cache-as-probed-if-sys-not-available.patch
> 
> diff --git a/package/util-linux/util-linux-libs/0002-libblkid-don-t-mark-cache-as-probed-if-sys-not-available.patch b/package/util-linux/util-linux-libs/0002-libblkid-don-t-mark-cache-as-probed-if-sys-not-available.patch
> new file mode 120000
> index 0000000000..2f3c482144
> --- /dev/null
> +++ b/package/util-linux/util-linux-libs/0002-libblkid-don-t-mark-cache-as-probed-if-sys-not-available.patch
> @@ -0,0 +1 @@
> +../0002-libblkid-don-t-mark-cache-as-probed-if-sys-not-available.patch
> \ No newline at end of file
> -- 
> 2.25.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/util-linux/util-linux-libs: add a missing patch
  2022-01-15  1:50 [Buildroot] [PATCH 1/1] package/util-linux/util-linux-libs: add a missing patch TIAN Yuanhao
  2022-01-15  9:18 ` Yann E. MORIN
@ 2022-01-28 12:44 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-01-28 12:44 UTC (permalink / raw)
  To: TIAN Yuanhao; +Cc: Fabrice Fontaine, buildroot

>>>>> "TIAN" == TIAN Yuanhao <tianyuanhao3@163.com> writes:

 > The commit 2f5068640161f7b267099e28b69d4c2280b4ded3 added a patch for
 > util-linux, but forgot to create a symlink to util-linux-libs. This
 > results in inconsistent libblkid.so builds from util-linux and
 > util-linux-libs.

 > If you enable BR2_PER_PACKAGE_DIRECTORIES, you will find that different
 > libblkid.so is used in different
 > $(BASE_DIR)/per-package/$(PKG)_NAME/target.

 > Signed-off-by: TIAN Yuanhao <tianyuanhao3@163.com>

Committed to 2021.11.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-01-28 12:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-15  1:50 [Buildroot] [PATCH 1/1] package/util-linux/util-linux-libs: add a missing patch TIAN Yuanhao
2022-01-15  9:18 ` Yann E. MORIN
2022-01-28 12:44 ` Peter Korsgaard

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.