diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-08-25 20:21:15 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-29 14:05:12 +0100 |
commit | bac4bc9aa6a1f2fcf2ce9644925615185cc8e847 (patch) | |
tree | 9ef8ba7038907331db8f6d1f57f2915b3b6cf410 /meta/recipes-core | |
parent | 1af3e4bea666e944a610025ca8979098b59b1174 (diff) | |
download | poky-bac4bc9aa6a1f2fcf2ce9644925615185cc8e847.tar.gz |
Remove LSB support
LSB as a standard isn't current and isn't well suited to embedded
anyway. Its putting artifical constraints on the system and with modern
layer technology, would now be better off as its own layer. As such
its time to split it out.
The only part with some (marginal) usage is lsb_release,
which is split from the lsb package into an own lsb-release
package.
(From OE-Core rev: fb064356af615d67d85b65942103bf943d84d290)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb index f206cee373..9b0ae0d1c2 100644 --- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb +++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | |||
@@ -37,7 +37,7 @@ RDEPENDS_packagegroup-self-hosted-host-tools = "\ | |||
37 | e2fsprogs-tune2fs \ | 37 | e2fsprogs-tune2fs \ |
38 | hdparm \ | 38 | hdparm \ |
39 | iptables \ | 39 | iptables \ |
40 | lsb \ | 40 | lsb-release \ |
41 | mc \ | 41 | mc \ |
42 | mc-fish \ | 42 | mc-fish \ |
43 | mc-helpers \ | 43 | mc-helpers \ |