summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/util-linux/util-linux_2.22.2.bb
diff options
context:
space:
mode:
authorMiLo <milo-software@users.sourceforge.net>2013-02-19 18:23:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-28 23:15:45 +0000
commit8e849a23e9ce83fd8e855e8971f8e4803447ee65 (patch)
tree11045fb6782166e2f8465a56ec05bb7a5e4ae241 /meta/recipes-core/util-linux/util-linux_2.22.2.bb
parentd7b248e715d99766bf8602ff9f038f8b0afa5e78 (diff)
downloadpoky-8e849a23e9ce83fd8e855e8971f8e4803447ee65.tar.gz
util-linux: Add package for libmount
The libmount shared library was part of util-linux. This caused util-linux-mount to RDEPEND on util-linux, so including that would also drag in all of util-linux and all its recommendations. To break this circular dependency, add a libmount package that holds the libmount.so.* files, just like the other libraries built by util- linux. (From OE-Core rev: 2e79110e31da940728d42411cad3d019d570fc31) Signed-off-by: MiLo <milo-software@users.sourceforge.net> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/util-linux/util-linux_2.22.2.bb')
-rw-r--r--meta/recipes-core/util-linux/util-linux_2.22.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/util-linux/util-linux_2.22.2.bb b/meta/recipes-core/util-linux/util-linux_2.22.2.bb
index dd9557320c..f91784b56d 100644
--- a/meta/recipes-core/util-linux/util-linux_2.22.2.bb
+++ b/meta/recipes-core/util-linux/util-linux_2.22.2.bb
@@ -1,5 +1,5 @@
1MAJOR_VERSION = "2.22" 1MAJOR_VERSION = "2.22"
2PR = "r0" 2PR = "r1"
3require util-linux.inc 3require util-linux.inc
4 4
5# note that `lscpu' is under GPLv3+ 5# note that `lscpu' is under GPLv3+