[oe-commits] Chen Qi : util-linux: upgrade to 2.25.2

git at git.openembedded.org git at git.openembedded.org
Thu Jan 29 15:37:12 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 264e2fde3a8624c87d2451d2752c9f3ed8911672
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=264e2fde3a8624c87d2451d2752c9f3ed8911672

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Tue Dec 30 15:39:06 2014 +0800

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 at windriver.com>

---

 meta/recipes-core/util-linux/util-linux.inc        |  31 +--
 meta/recipes-core/util-linux/util-linux/MCONFIG    | 223 ---------------------
 meta/recipes-core/util-linux/util-linux/defines.h  |  10 -
 .../util-linux/util-linux/fix-configure.patch      |  20 --
 .../util-linux/util-linux/make_include             |  17 --
 meta/recipes-core/util-linux/util-linux/swapargs.h |   3 -
 ...ensure-the-existence-of-directory-for-PAT.patch |  34 ----
 .../util-linux/util-linux/util-linux-native.patch  |  54 ++---
 .../util-linux-ng-replace-siginterrupt.patch       |  24 ++-
 .../{util-linux_2.24.2.bb => util-linux_2.25.2.bb} |   8 +-
 10 files changed, 53 insertions(+), 371 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=264e2fde3a8624c87d2451d2752c9f3ed8911672


More information about the Openembedded-commits mailing list