summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/util-linux/util-linux_2.27.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-12-12 19:38:39 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-16 12:12:16 +0000
commitc529e661d0ca8ff697615e09476b9b0d01a4cc74 (patch)
tree2999b621a40c024b4abc7df029fcd66b2d1b17db /meta/recipes-core/util-linux/util-linux_2.27.1.bb
parentbdbc5eef3a18a177308ca254f48a0e534a08abaf (diff)
downloadpoky-c529e661d0ca8ff697615e09476b9b0d01a4cc74.tar.gz
util-linux: Upgrade to 2.27.1
Patches that are dropped are already available upstream in 2.27 release (From OE-Core rev: e4b9c8efaff3b869e2944444b16078ec19dce3ea) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/util-linux/util-linux_2.27.1.bb')
-rw-r--r--meta/recipes-core/util-linux/util-linux_2.27.1.bb35
1 files changed, 35 insertions, 0 deletions
diff --git a/meta/recipes-core/util-linux/util-linux_2.27.1.bb b/meta/recipes-core/util-linux/util-linux_2.27.1.bb
new file mode 100644
index 0000000000..14a77ca4b2
--- /dev/null
+++ b/meta/recipes-core/util-linux/util-linux_2.27.1.bb
@@ -0,0 +1,35 @@
1MAJOR_VERSION = "2.27"
2require util-linux.inc
3
4# To support older hosts, we need to patch and/or revert
5# some upstream changes. Only do this for native packages.
6OLDHOST = ""
7OLDHOST_class-native = "file://util-linux-native.patch \
8 file://util-linux-native-qsort.patch \
9 "
10
11SRC_URI += "file://util-linux-ng-2.16-mount_lock_path.patch \
12 file://configure-sbindir.patch \
13 file://runuser.pamd \
14 file://runuser-l.pamd \
15 ${OLDHOST} \
16 file://ptest.patch \
17 file://run-ptest \
18 file://avoid_unsupported_sleep_param.patch \
19 file://avoid_unsupported_grep_opts.patch \
20 file://display_testname_for_subtest.patch \
21 file://avoid_parallel_tests.patch \
22"
23SRC_URI[md5sum] = "3cd2698d1363a2c64091c2dadc974647"
24SRC_URI[sha256sum] = "0a818fcdede99aec43ffe6ca5b5388bff80d162f2f7bd4541dca94fecb87a290"
25
26CACHED_CONFIGUREVARS += "scanf_cv_alloc_modifier=ms"
27
28EXTRA_OECONF_class-native = "${SHARED_EXTRA_OECONF} \
29 --disable-fallocate \
30 --disable-use-tty-group \
31"
32EXTRA_OECONF_class-nativesdk = "${SHARED_EXTRA_OECONF} \
33 --disable-fallocate \
34 --disable-use-tty-group \
35"