[yocto] [yocto-docs][PATCH] OPENSUSE_HOST_PACKAGES_ESSENTIAL: replace texinfo

Trevor Woerner trevor.woerner at linaro.org
Thu Oct 9 17:11:29 PDT 2014


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 at linaro.org>
---
 documentation/poky.ent | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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">
-- 
2.1.1.273.g97b8860




More information about the yocto mailing list