]> code.ossystems Code Review - openembedded-core.git/commit
util-linux: upgrade to 2.25.2
authorChen Qi <Qi.Chen@windriver.com>
Tue, 30 Dec 2014 07:39:06 +0000 (15:39 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 29 Jan 2015 10:37:52 +0000 (10:37 +0000)
commit264e2fde3a8624c87d2451d2752c9f3ed8911672
treedf3e9b9467fe8b1edfb2997bca9f62247c511f3b
parent4ceff7d0a1f28eb1ce5d288111015bff8d5e9a7e
util-linux: upgrade to 2.25.2

fix-configure.patch is removed as it's not appropriate, and the new
version of util-linux has solved the problem this patch is trying to solve.

util-linux-ensure-the-existence-of-directory-for-PAT.patch is removed as
the new version of util-linux has solved the problem this patch is trying
to solve.

util-linux-native.patch is rebased.

util-linux-ng-replace-siginterrupt.patch is rebased.

Add PACKAGECONFIG for 'pylibmount' to build out python bindings for libmount
optionally. util-linux-pylibmount is added to PACKAGES if PACKAGECONFIG has
'pylibmount' in it.

Fix PACAGECONFIG for 'systemd' as the new version has changed things related
to systemd. Now util-linux would have a dependency on systemd if 'systemd' is
in PACKAGECONFIG.

Fix SYSTEMD_PACKAGES, SYSTEMD_SERVICE and SYSTEMD_AUTO_ENABLE variable to match
the new version.

Four lines in do_compile task are deleted because they caused do_compile failure
and nowhere in util-linux are they used. Corresponding files are also removed.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
meta/recipes-core/util-linux/util-linux.inc
meta/recipes-core/util-linux/util-linux/MCONFIG [deleted file]
meta/recipes-core/util-linux/util-linux/defines.h [deleted file]
meta/recipes-core/util-linux/util-linux/fix-configure.patch [deleted file]
meta/recipes-core/util-linux/util-linux/make_include [deleted file]
meta/recipes-core/util-linux/util-linux/swapargs.h [deleted file]
meta/recipes-core/util-linux/util-linux/util-linux-ensure-the-existence-of-directory-for-PAT.patch [deleted file]
meta/recipes-core/util-linux/util-linux/util-linux-native.patch
meta/recipes-core/util-linux/util-linux/util-linux-ng-replace-siginterrupt.patch
meta/recipes-core/util-linux/util-linux_2.25.2.bb [moved from meta/recipes-core/util-linux/util-linux_2.24.2.bb with 76% similarity]