Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/texinfo: remove package
@ 2015-09-09 15:01 Vicente Olivert Riera
  2015-09-09 15:04 ` Vicente Olivert Riera
  2015-09-20 12:59 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Vicente Olivert Riera @ 2015-09-09 15:01 UTC (permalink / raw)
  To: buildroot

Having checked that binutils doesn't need to depend on host-texinfo...

  http://patchwork.ozlabs.org/patch/515914/

...and having fixed gdb to not build the documentation...

  http://patchwork.ozlabs.org/patch/515821/

...we can now safely remove this host package since there aren't any
packages depending on it.

[Note: this patch needs on http://patchwork.ozlabs.org/patch/515821/]

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/texinfo/texinfo.hash |    2 --
 package/texinfo/texinfo.mk   |   17 -----------------
 2 files changed, 0 insertions(+), 19 deletions(-)
 delete mode 100644 package/texinfo/texinfo.hash
 delete mode 100644 package/texinfo/texinfo.mk

diff --git a/package/texinfo/texinfo.hash b/package/texinfo/texinfo.hash
deleted file mode 100644
index 656c390..0000000
--- a/package/texinfo/texinfo.hash
+++ /dev/null
@@ -1,2 +0,0 @@
-# Locally calculated after checking pgp signature
-sha256	1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68	texinfo-4.13a.tar.gz
diff --git a/package/texinfo/texinfo.mk b/package/texinfo/texinfo.mk
deleted file mode 100644
index 184288b..0000000
--- a/package/texinfo/texinfo.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-################################################################################
-#
-# texinfo
-#
-################################################################################
-
-# We are intentionally not using the latest version 5.x, because it
-# causes issues with the documentation building process when creating
-# a toolchain with the Crosstool-NG backend.
-
-TEXINFO_VERSION = 4.13a
-TEXINFO_SITE = $(BR2_GNU_MIRROR)/texinfo
-TEXINFO_LICENSE = GPLv3+
-TEXINFO_LICENSE_FILES = COPYING
-TEXINFO_DEPENDENCIES = ncurses
-
-$(eval $(host-autotools-package))
-- 
1.7.1

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

* [Buildroot] [PATCH] package/texinfo: remove package
  2015-09-09 15:01 [Buildroot] [PATCH] package/texinfo: remove package Vicente Olivert Riera
@ 2015-09-09 15:04 ` Vicente Olivert Riera
  2015-09-20 12:59 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Vicente Olivert Riera @ 2015-09-09 15:04 UTC (permalink / raw)
  To: buildroot

Dear Peter Korsgaard, Thomas Petazzoni,

On 09/09/2015 04:01 PM, Vicente Olivert Riera wrote:
> Having checked that binutils doesn't need to depend on host-texinfo...
> 
>   http://patchwork.ozlabs.org/patch/515914/
> 
> ...and having fixed gdb to not build the documentation...
> 
>   http://patchwork.ozlabs.org/patch/515821/
> 
> ...we can now safely remove this host package since there aren't any
> packages depending on it.
> 
> [Note: this patch needs on http://patchwork.ozlabs.org/patch/515821/]

s/needs/depends/

Anyway, this is only a note for the maintainer who will apply this
patch, so please remove it from the commit log.

Regards,

Vincent.

> 
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
>  package/texinfo/texinfo.hash |    2 --
>  package/texinfo/texinfo.mk   |   17 -----------------
>  2 files changed, 0 insertions(+), 19 deletions(-)
>  delete mode 100644 package/texinfo/texinfo.hash
>  delete mode 100644 package/texinfo/texinfo.mk
> 
> diff --git a/package/texinfo/texinfo.hash b/package/texinfo/texinfo.hash
> deleted file mode 100644
> index 656c390..0000000
> --- a/package/texinfo/texinfo.hash
> +++ /dev/null
> @@ -1,2 +0,0 @@
> -# Locally calculated after checking pgp signature
> -sha256	1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68	texinfo-4.13a.tar.gz
> diff --git a/package/texinfo/texinfo.mk b/package/texinfo/texinfo.mk
> deleted file mode 100644
> index 184288b..0000000
> --- a/package/texinfo/texinfo.mk
> +++ /dev/null
> @@ -1,17 +0,0 @@
> -################################################################################
> -#
> -# texinfo
> -#
> -################################################################################
> -
> -# We are intentionally not using the latest version 5.x, because it
> -# causes issues with the documentation building process when creating
> -# a toolchain with the Crosstool-NG backend.
> -
> -TEXINFO_VERSION = 4.13a
> -TEXINFO_SITE = $(BR2_GNU_MIRROR)/texinfo
> -TEXINFO_LICENSE = GPLv3+
> -TEXINFO_LICENSE_FILES = COPYING
> -TEXINFO_DEPENDENCIES = ncurses
> -
> -$(eval $(host-autotools-package))
> 

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

* [Buildroot] [PATCH] package/texinfo: remove package
  2015-09-09 15:01 [Buildroot] [PATCH] package/texinfo: remove package Vicente Olivert Riera
  2015-09-09 15:04 ` Vicente Olivert Riera
@ 2015-09-20 12:59 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2015-09-20 12:59 UTC (permalink / raw)
  To: buildroot

Dear Vicente Olivert Riera,

On Wed, 9 Sep 2015 16:01:25 +0100, Vicente Olivert Riera wrote:
> Having checked that binutils doesn't need to depend on host-texinfo...
> 
>   http://patchwork.ozlabs.org/patch/515914/
> 
> ...and having fixed gdb to not build the documentation...
> 
>   http://patchwork.ozlabs.org/patch/515821/
> 
> ...we can now safely remove this host package since there aren't any
> packages depending on it.
> 
> [Note: this patch needs on http://patchwork.ozlabs.org/patch/515821/]

This is typically the kind of note that could go below the "---" marker.

Applied, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2015-09-20 12:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-09 15:01 [Buildroot] [PATCH] package/texinfo: remove package Vicente Olivert Riera
2015-09-09 15:04 ` Vicente Olivert Riera
2015-09-20 12:59 ` Thomas Petazzoni

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