aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/poky.ent
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-11-28 09:32:53 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-03 13:53:00 +0000
commitdbab91af5e420380bd53c3fa4614bf47e881c5f9 (patch)
treeb539b4a8021d63f340e9f5147ad8f3daf7fd9cd8 /documentation/poky.ent
parent0f0db8afde96f2bb1e3844385ac920314eabeaaa (diff)
downloadopenembedded-core-contrib-dbab91af5e420380bd53c3fa4614bf47e881c5f9.tar.gz
documentation: poky.ent - Added python-xml to OpenSUSE essentials
Fixes [YOCTO #2843] The poky.ent file has variables to list the essential host development system packages required to build a headless system. The OpenSUSE distro requires python-xml. I also inserted some carriage returns and line continuation characters in the strings for all the distros so that they are formatted better in the resulting manuals. (From yocto-docs rev: addbd0da1a35addcdd8a3d1bdf3812db68d96b2f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky.ent')
-rw-r--r--documentation/poky.ent15
1 files changed, 9 insertions, 6 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent
index ca03bb0fff..be60495192 100644
--- a/documentation/poky.ent
+++ b/documentation/poky.ent
@@ -48,10 +48,13 @@
<!ENTITY YOCTO_POKY_TARBALL "&YOCTO_POKY;.tar.bz2">
<!ENTITY OE_INIT_PATH "&YOCTO_POKY;/oe-init-build-env">
<!ENTITY OE_INIT_FILE "oe-init-build-env">
-<!ENTITY UBUNTU_HOST_PACKAGES_ESSENTIAL "gawk wget git-core diffstat unzip texinfo build-essential chrpath">
-<!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch diffutils diffstat git
-cpp gcc gcc-c++ eglibc-devel texinfo chrpath ccache">
-<!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget diffstat texinfo python-curses">
-<!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">
+<!ENTITY UBUNTU_HOST_PACKAGES_ESSENTIAL "gawk wget git-core diffstat unzip texinfo \
+ build-essential chrpath">
+<!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch \
+ diffutils diffstat git cpp gcc gcc-c++ eglibc-devel texinfo chrpath \
+ ccache">
+<!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \
+ diffstat texinfo python-curses">
+<!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">