diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-05-09 15:17:15 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-22 17:23:46 +0100 |
commit | 028fa0916553346f9eb2012d4aae0f663ca31362 (patch) | |
tree | f157badf0087f902417a2d14575204f0c2610fd4 | |
parent | fe3a04f15d9a7da99e22794c10bd9038e124d9e1 (diff) | |
download | poky-028fa0916553346f9eb2012d4aae0f663ca31362.tar.gz |
documentation/poky-ent: Updated to essential packages OpenSUSE
Fixes YOCTO #4468
OpenSUSE 12.3 will not work without the "patch" package.
I added this package to the OPENSUSE_HOST_PACKAGES_ESSENTIAL
variable in the poky.ent file. This will list that package
in both the ref-manual and the yocto-project-qs.
Reported-by: Winfried <winfried_mb2@xmsnet.nl
(From yocto-docs rev: ccece7f11782b82674fe20de386ddefa36fa3e7c)
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 4a835ca914..c1e9de0645 100644 --- a/documentation/poky.ent +++ b/documentation/poky.ent | |||
@@ -56,6 +56,6 @@ | |||
56 | diffutils diffstat git cpp gcc gcc-c++ eglibc-devel texinfo chrpath \ | 56 | diffutils diffstat git cpp gcc gcc-c++ eglibc-devel texinfo chrpath \ |
57 | ccache"> | 57 | ccache"> |
58 | <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \ | 58 | <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \ |
59 | diffstat texinfo python-curses"> | 59 | diffstat texinfo python-curses patch"> |
60 | <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch \ | 60 | <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch \ |
61 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath"> | 61 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath"> |