diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-11-04 11:37:03 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:00 +0000 |
commit | 52ff43b6f08abe752c2aa9116564b59f554faad1 (patch) | |
tree | 314d1ee3555424d987f21537563c55840a78e606 | |
parent | 26b104b80a766d215db4201a9ac1f48256ebabd6 (diff) | |
download | poky-52ff43b6f08abe752c2aa9116564b59f554faad1.tar.gz |
poky.ent: Added gcc-multilib as an essential package
Fixes [YOCTO #5440]
Needed to add this to Ubuntu and Debian as an essential package.
Updated the variable so that both the QS and ref-manual will
have the package listed.
(From yocto-docs rev: 3b5b198c971af12cfe395c3828e01f7fb369e7a9)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 2e884be9a8..81d39fba07 100644 --- a/documentation/poky.ent +++ b/documentation/poky.ent | |||
@@ -54,7 +54,7 @@ | |||
54 | <!ENTITY YOCTO_POKY_TARBALL "&YOCTO_POKY;.tar.bz2"> | 54 | <!ENTITY YOCTO_POKY_TARBALL "&YOCTO_POKY;.tar.bz2"> |
55 | <!ENTITY OE_INIT_PATH "&YOCTO_POKY;/oe-init-build-env"> | 55 | <!ENTITY OE_INIT_PATH "&YOCTO_POKY;/oe-init-build-env"> |
56 | <!ENTITY OE_INIT_FILE "oe-init-build-env"> | 56 | <!ENTITY OE_INIT_FILE "oe-init-build-env"> |
57 | <!ENTITY UBUNTU_HOST_PACKAGES_ESSENTIAL "gawk wget git-core diffstat unzip texinfo \ | 57 | <!ENTITY UBUNTU_HOST_PACKAGES_ESSENTIAL "gawk wget git-core diffstat unzip texinfo gcc-multilib \ |
58 | build-essential chrpath"> | 58 | build-essential chrpath"> |
59 | <!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch \ | 59 | <!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch \ |
60 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \ | 60 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \ |