diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-04-13 13:45:22 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-18 15:51:44 +0100 |
commit | def638ebd69cef217ca567352bc08920b79ca03d (patch) | |
tree | 8a7d1a1a0b99cd5ff07552b401a169d97fb32696 /documentation/ref-manual/migration.xml | |
parent | 3db33448592f737515289edef6ed25d407fd8039 (diff) | |
download | poky-def638ebd69cef217ca567352bc08920b79ca03d.tar.gz |
poky.ent: Removed "python3-expect" package from 3 distros.
Fixes [YOCTO #11310]
After a bit of deliberation.. it was decided that
"python3-expect" is not needed in the Debian, Fedora,
and OpenSUSE distros as an essential package. They are
gone.
(From yocto-docs rev: 07fcb23a03122e5f4f9bb2a32e585d9cba7d5d93)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/migration.xml')
-rw-r--r-- | documentation/ref-manual/migration.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index 92f8a7f67b..5b6409d503 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml | |||
@@ -3970,11 +3970,17 @@ $ runqemu qemux86-64 tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64. | |||
3970 | The Open-Embedded build system now uses one sysroot per | 3970 | The Open-Embedded build system now uses one sysroot per |
3971 | recipe to resolve long-standing issues with configuration | 3971 | recipe to resolve long-standing issues with configuration |
3972 | script auto-detection of undeclared dependencies. | 3972 | script auto-detection of undeclared dependencies. |
3973 | Consequently, you must explicitely declare all build-time | 3973 | Consequently, you must explicitly declare all build-time |
3974 | dependencies for your recipe. | 3974 | dependencies for your recipe. |
3975 | If you do not declare these dependencies, they are not | 3975 | If you do not declare these dependencies, they are not |
3976 | populated into the sysroot for the recipe. | 3976 | populated into the sysroot for the recipe. |
3977 | </para> | 3977 | </para> |
3978 | |||
3979 | <para> | ||
3980 | You can find information on how this works in the | ||
3981 | <link linkend='ref-classes-staging'><filename>staging</filename></link> | ||
3982 | class. | ||
3983 | </para> | ||
3978 | </section> | 3984 | </section> |
3979 | 3985 | ||
3980 | <section id='migration-2.3-path-variable'> | 3986 | <section id='migration-2.3-path-variable'> |