diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2015-03-17 08:44:40 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-19 12:38:17 +0000 |
commit | 40f3ca0ae3aa732b216f2b4db6c2dfa1c4c8040d (patch) | |
tree | c50c266a89af2852e6aecd184a6bd017e88a5e69 /documentation | |
parent | df0672b038e6942c97d266af9ca175a06f2b0423 (diff) | |
download | poky-40f3ca0ae3aa732b216f2b4db6c2dfa1c4c8040d.tar.gz |
poky-ent: update OpenSUSE essentials
Replaced texinfo -> makeinfo in the list of essential packages for
OpenSUSE.
texinfo was in the essentials to only provide makeinfo utility.
/usr/bin/makeinfo is provided by makeinfo package on OpenSUSE distro, so
it's enough to install makeinfo to be able to build poky.
This change reduces number of packages installed on the host system as
installing texinfo causes installation of around 1500 texlive-*
packages and requires around 1Gb of additional disk space on OpenSUSE.
(From yocto-docs rev: dce793a2ac0a781ae074f3eb7ad34fbdb65dc3ea)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky.ent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent index 0d84690622..5d12fc1a35 100644 --- a/documentation/poky.ent +++ b/documentation/poky.ent | |||
@@ -64,6 +64,6 @@ | |||
64 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \ | 64 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \ |
65 | ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue socat"> | 65 | ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue socat"> |
66 | <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \ | 66 | <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \ |
67 | diffstat texinfo python-curses patch socat"> | 67 | diffstat makeinfo python-curses patch socat"> |
68 | <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch \ | 68 | <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch \ |
69 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat"> | 69 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat"> |