All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] pkg-python.mk: use PYTHON3_PATH instead of duplicating its value
Date: Mon, 15 Jun 2020 23:11:47 +0200	[thread overview]
Message-ID: <20200615211147.GE2346@scaer> (raw)
In-Reply-To: <20200615184632.493821-8-asafka7@gmail.com>

Asaf, All,

On 2020-06-15 21:46 +0300, Asaf Kahlon spake thusly:
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/pkg-python.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/pkg-python.mk b/package/pkg-python.mk
> index 4bf762e662..e5cd52003e 100644
> --- a/package/pkg-python.mk
> +++ b/package/pkg-python.mk
> @@ -21,7 +21,7 @@
>  ################################################################################
>  
>  define PKG_PYTHON_SYSCONFIGDATA_NAME
> -$(basename $(notdir $(wildcard $(STAGING_DIR)/usr/lib/python$(PYTHON3_VERSION_MAJOR)/_sysconfigdata__linux_*.py)))
> +$(basename $(notdir $(wildcard $(PYTHON3_PATH)/_sysconfigdata__linux_*.py)))
>  endef
>  
>  # Target distutils-based packages
> -- 
> 2.26.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/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.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2020-06-15 21:11 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-15 18:46 [Buildroot] [PATCH 1/1] package/libfuse3: bump to version 3.9.2 Asaf Kahlon
2020-06-15 18:46 ` [Buildroot] [PATCH 1/1] package/{libuv, uvw}: bump to versions 1.38.0, 2.6.0_libuv-v1.38 Asaf Kahlon
2020-06-17 20:58   ` Thomas Petazzoni
2020-06-15 18:46 ` [Buildroot] [PATCH 1/1] package/python-bitstring: bump to version 3.1.7 Asaf Kahlon
2020-06-17 20:58   ` Thomas Petazzoni
2020-06-15 18:46 ` [Buildroot] [PATCH 1/1] package/python-lxml: bump to version 4.5.1 Asaf Kahlon
2020-06-17 20:58   ` Thomas Petazzoni
2020-06-15 18:46 ` [Buildroot] [PATCH 1/1] package/python-pyzmq: bump to version 19.0.1 Asaf Kahlon
2020-06-17 20:58   ` Thomas Petazzoni
2020-06-15 18:46 ` [Buildroot] [PATCH 1/1] package/spdlog: bump to version 1.6.1 Asaf Kahlon
2020-06-17 20:58   ` Thomas Petazzoni
2020-06-15 18:46 ` [Buildroot] [PATCH 1/1] package/uftp: bump to version 5.0 Asaf Kahlon
2020-06-17 20:58   ` Thomas Petazzoni
2020-06-15 18:46 ` [Buildroot] [PATCH 1/1] pkg-python.mk: use PYTHON3_PATH instead of duplicating its value Asaf Kahlon
2020-06-15 21:11   ` Yann E. MORIN [this message]
2020-06-17 20:58 ` [Buildroot] [PATCH 1/1] package/libfuse3: bump to version 3.9.2 Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200615211147.GE2346@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.