Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] utils/genrandconfig: drop outdated python-nfc check
@ 2020-03-03 22:59 Peter Korsgaard
  2020-03-04 18:08 ` Yann E. MORIN
  2020-03-15 10:21 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-03-03 22:59 UTC (permalink / raw)
  To: buildroot

Commit 9ea528f84ba (package/python-nfc: bump to version 0.13.5) changed the
python-nfc package to download from github, so the package no longer needs
bzr on the host.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 utils/genrandconfig | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/utils/genrandconfig b/utils/genrandconfig
index c79360be89..63ff32cbfb 100755
--- a/utils/genrandconfig
+++ b/utils/genrandconfig
@@ -206,9 +206,6 @@ def fixup_config(sysinfo, configfile):
 
     if "BR2_NEEDS_HOST_JAVA=y\n" in configlines and not sysinfo.has("java"):
         return False
-    # python-nfc needs bzr
-    if 'BR2_PACKAGE_PYTHON_NFC=y\n' in configlines and not sysinfo.has("bzr"):
-        return False
     # The ctng toolchain is affected by PR58854
     if 'BR2_PACKAGE_LTTNG_TOOLS=y\n' in configlines and \
        BR2_TOOLCHAIN_EXTERNAL_URL + 'armv5-ctng-linux-gnueabi.tar.xz"\n' in configlines:
-- 
2.20.1

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

* [Buildroot] [PATCH] utils/genrandconfig: drop outdated python-nfc check
  2020-03-03 22:59 [Buildroot] [PATCH] utils/genrandconfig: drop outdated python-nfc check Peter Korsgaard
@ 2020-03-04 18:08 ` Yann E. MORIN
  2020-03-15 10:21 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2020-03-04 18:08 UTC (permalink / raw)
  To: buildroot

Peter, All,

On 2020-03-03 23:59 +0100, Peter Korsgaard spake thusly:
> Commit 9ea528f84ba (package/python-nfc: bump to version 0.13.5) changed the
> python-nfc package to download from github, so the package no longer needs
> bzr on the host.
> 
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  utils/genrandconfig | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/utils/genrandconfig b/utils/genrandconfig
> index c79360be89..63ff32cbfb 100755
> --- a/utils/genrandconfig
> +++ b/utils/genrandconfig
> @@ -206,9 +206,6 @@ def fixup_config(sysinfo, configfile):
>  
>      if "BR2_NEEDS_HOST_JAVA=y\n" in configlines and not sysinfo.has("java"):
>          return False
> -    # python-nfc needs bzr
> -    if 'BR2_PACKAGE_PYTHON_NFC=y\n' in configlines and not sysinfo.has("bzr"):
> -        return False
>      # The ctng toolchain is affected by PR58854
>      if 'BR2_PACKAGE_LTTNG_TOOLS=y\n' in configlines and \
>         BR2_TOOLCHAIN_EXTERNAL_URL + 'armv5-ctng-linux-gnueabi.tar.xz"\n' in configlines:
> -- 
> 2.20.1
> 
> _______________________________________________
> 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.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH] utils/genrandconfig: drop outdated python-nfc check
  2020-03-03 22:59 [Buildroot] [PATCH] utils/genrandconfig: drop outdated python-nfc check Peter Korsgaard
  2020-03-04 18:08 ` Yann E. MORIN
@ 2020-03-15 10:21 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-03-15 10:21 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Commit 9ea528f84ba (package/python-nfc: bump to version 0.13.5) changed the
 > python-nfc package to download from github, so the package no longer needs
 > bzr on the host.

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed to 2019.11.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-03-15 10:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-03 22:59 [Buildroot] [PATCH] utils/genrandconfig: drop outdated python-nfc check Peter Korsgaard
2020-03-04 18:08 ` Yann E. MORIN
2020-03-15 10:21 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox