diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-25 16:45:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-29 16:01:40 -0700 |
commit | 45a6988021bf862273d4928e9c0fd4972393c8ca (patch) | |
tree | dab3a414fbefc397641c5c8c97ff9cf559aec0f6 /meta/recipes-devtools/e2fsprogs/e2fsprogs.inc | |
parent | b74d54b67ad27e8a071b56afc09f369642106f47 (diff) | |
download | poky-45a6988021bf862273d4928e9c0fd4972393c8ca.tar.gz |
e2fsprogs: Fully remove/disable blkid
We've removed libblkid from e2fsprogs as it was being provided by util-linux. The blkid
binary is also provided there and providing it within e2fsprogs too, linked against
a different and potentially incompatible library we're likely asking for trouble.
It also leads to inconsistencies in the native sysroot since we don't consistently
get one given provider of blkid (but always the liblibid from util-linux).
To clean this up, fully remove/disable the blkid binary and package.
(From OE-Core rev: fb8e776ea91c39d586b46400ad30aeea8dead1c4)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/e2fsprogs/e2fsprogs.inc')
-rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc b/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc index 527e701d18..aea74f78e0 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc | |||
@@ -4,7 +4,6 @@ fixing, configuring , and debugging ext2 filesystems." | |||
4 | HOMEPAGE = "http://e2fsprogs.sourceforge.net/" | 4 | HOMEPAGE = "http://e2fsprogs.sourceforge.net/" |
5 | 5 | ||
6 | LICENSE = "GPLv2 & LGPLv2 & BSD & MIT" | 6 | LICENSE = "GPLv2 & LGPLv2 & BSD & MIT" |
7 | LICENSE_e2fsprogs-blkid = "LGPLv2" | ||
8 | LICENSE_e2fsprogs-e2fsck = "GPLv2" | 7 | LICENSE_e2fsprogs-e2fsck = "GPLv2" |
9 | LICENSE_e2fsprogs-mke2fs = "GPLv2" | 8 | LICENSE_e2fsprogs-mke2fs = "GPLv2" |
10 | LICENSE_e2fsprogs-fsck = "GPLv2" | 9 | LICENSE_e2fsprogs-fsck = "GPLv2" |