diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2014-12-30 15:39:06 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-29 10:37:52 +0000 |
commit | 264e2fde3a8624c87d2451d2752c9f3ed8911672 (patch) | |
tree | df3e9b9467fe8b1edfb2997bca9f62247c511f3b /meta/recipes-core/util-linux/util-linux_2.24.2.bb | |
parent | 4ceff7d0a1f28eb1ce5d288111015bff8d5e9a7e (diff) | |
download | openembedded-core-264e2fde3a8624c87d2451d2752c9f3ed8911672.tar.gz openembedded-core-264e2fde3a8624c87d2451d2752c9f3ed8911672.tar.bz2 openembedded-core-264e2fde3a8624c87d2451d2752c9f3ed8911672.zip |
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>
Diffstat (limited to 'meta/recipes-core/util-linux/util-linux_2.24.2.bb')
-rw-r--r-- | meta/recipes-core/util-linux/util-linux_2.24.2.bb | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/meta/recipes-core/util-linux/util-linux_2.24.2.bb b/meta/recipes-core/util-linux/util-linux_2.24.2.bb deleted file mode 100644 index ed753e48b3..0000000000 --- a/meta/recipes-core/util-linux/util-linux_2.24.2.bb +++ /dev/null @@ -1,32 +0,0 @@ -MAJOR_VERSION = "2.24" -require util-linux.inc -PR = "r1" - -# To support older hosts, we need to patch and/or revert -# some upstream changes. Only do this for native packages. -OLDHOST = "" -OLDHOST_class-native = "file://util-linux-native.patch \ - file://util-linux-native-qsort.patch \ - " - -SRC_URI += "file://util-linux-ng-replace-siginterrupt.patch \ - file://util-linux-ng-2.16-mount_lock_path.patch \ - file://uclibc-__progname-conflict.patch \ - file://configure-sbindir.patch \ - file://fix-configure.patch \ - file://fix-parallel-build.patch \ - file://util-linux-ensure-the-existence-of-directory-for-PAT.patch \ - ${OLDHOST} \ -" - -SRC_URI[md5sum] = "3f191727a0d28f7204b755cf1b6ea0aa" -SRC_URI[sha256sum] = "1243d6c07f1c5b38aa4c3814c81a71c24cba7dafe08942916bf216a90a460ff0" - -CACHED_CONFIGUREVARS += "scanf_cv_alloc_modifier=ms" - -EXTRA_OECONF_class-native = "${SHARED_EXTRA_OECONF} \ - --disable-fallocate --disable-use-tty-group \ -" -EXTRA_OECONF_class-nativesdk = "${SHARED_EXTRA_OECONF} \ - --disable-fallocate --disable-use-tty-group \ -" |