All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/cdrkit: drop host variant
@ 2021-09-18 21:37 Fabrice Fontaine
  2021-09-19  7:03 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2021-09-18 21:37 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine, Thomas Petazzoni

host variant is not used by any packages since commit
7f303516f69a143c2ecc317948ec1934a195235c

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/cdrkit/cdrkit.mk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package/cdrkit/cdrkit.mk b/package/cdrkit/cdrkit.mk
index 67814f1418..21c11db227 100644
--- a/package/cdrkit/cdrkit.mk
+++ b/package/cdrkit/cdrkit.mk
@@ -8,7 +8,6 @@ CDRKIT_VERSION = 1.1.11
 CDRKIT_SOURCE = cdrkit_$(CDRKIT_VERSION).orig.tar.gz
 CDRKIT_SITE = http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/c/cdrkit
 CDRKIT_DEPENDENCIES = libcap bzip2 zlib
-HOST_CDRKIT_DEPENDENCIES = host-libcap host-bzip2 host-zlib
 CDRKIT_LICENSE = GPL-2.0
 CDRKIT_LICENSE_FILES = COPYING
 
@@ -28,4 +27,3 @@ CDRKIT_CONF_OPTS += -DUSE_MAGIC=OFF
 endif
 
 $(eval $(cmake-package))
-$(eval $(host-cmake-package))
-- 
2.33.0

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

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

* Re: [Buildroot] [PATCH 1/1] package/cdrkit: drop host variant
  2021-09-18 21:37 [Buildroot] [PATCH 1/1] package/cdrkit: drop host variant Fabrice Fontaine
@ 2021-09-19  7:03 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2021-09-19  7:03 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Thomas Petazzoni, buildroot

Fabrice, All,

On 2021-09-18 23:37 +0200, Fabrice Fontaine spake thusly:
> host variant is not used by any packages since commit
> 7f303516f69a143c2ecc317948ec1934a195235c

Really?

    $ git grep host-cdrkit
    fs/cloop/cloop.mk:ROOTFS_CLOOP_DEPENDENCIES = host-cloop host-cdrkit

(granted, there was no reason to believe cloop would use it.)

Regards,
Yann E. MORIN.

> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/cdrkit/cdrkit.mk | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/package/cdrkit/cdrkit.mk b/package/cdrkit/cdrkit.mk
> index 67814f1418..21c11db227 100644
> --- a/package/cdrkit/cdrkit.mk
> +++ b/package/cdrkit/cdrkit.mk
> @@ -8,7 +8,6 @@ CDRKIT_VERSION = 1.1.11
>  CDRKIT_SOURCE = cdrkit_$(CDRKIT_VERSION).orig.tar.gz
>  CDRKIT_SITE = http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/c/cdrkit
>  CDRKIT_DEPENDENCIES = libcap bzip2 zlib
> -HOST_CDRKIT_DEPENDENCIES = host-libcap host-bzip2 host-zlib
>  CDRKIT_LICENSE = GPL-2.0
>  CDRKIT_LICENSE_FILES = COPYING
>  
> @@ -28,4 +27,3 @@ CDRKIT_CONF_OPTS += -DUSE_MAGIC=OFF
>  endif
>  
>  $(eval $(cmake-package))
> -$(eval $(host-cmake-package))
> -- 
> 2.33.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@lists.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@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-09-19  7:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-18 21:37 [Buildroot] [PATCH 1/1] package/cdrkit: drop host variant Fabrice Fontaine
2021-09-19  7:03 ` Yann E. MORIN

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.