diff mbox

[yocto-docs] OPENSUSE_HOST_PACKAGES_ESSENTIAL: replace texinfo

Message ID 1412899892-20251-1-git-send-email-trevor.woerner@linaro.org
State New
Headers show

Commit Message

Trevor Woerner Oct. 10, 2014, 12:11 a.m. UTC
On (modern?) openSUSE systems (e.g. 13.1) the entire "texinfo" package
(and the 100's of extra packages it pulls in) aren't required to perform a
successful build. Instead, installing "makeinfo" will suffice.

Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
---
 documentation/poky.ent | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/documentation/poky.ent b/documentation/poky.ent
index 7beffb7..ca70083 100644
--- a/documentation/poky.ent
+++ b/documentation/poky.ent
@@ -61,6 +61,6 @@ 
      diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \
      ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue socat">
 <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \
-     diffstat texinfo python-curses patch socat">
+     diffstat makeinfo python-curses patch socat">
 <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch \
      diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat">