summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/util-linux/util-linux_2.29.1.bb
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2017-02-17 18:59:25 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-23 12:49:51 -0800
commitc3447903e8eb800135a7fa1799b97c4b73a1075e (patch)
tree4ce4e5c55a3b982c21252b19db92706b235b2ee0 /meta/recipes-core/util-linux/util-linux_2.29.1.bb
parentec19def0cb6ada0c4f7f1e951c58bc23e2d8d6f4 (diff)
downloadpoky-c3447903e8eb800135a7fa1799b97c4b73a1075e.tar.gz
util-linux: upgrade to 2.29.1
(From OE-Core rev: b34dc23266e85006b9fdfcc1fdbc0d762f88cace) (From OE-Core rev: dd9fdf7a119792b0367f5a1893f6b700f0d3857e) Signed-off-by: Chen Qi <Qi.Chen@windriver.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.29.1.bb')
-rw-r--r--meta/recipes-core/util-linux/util-linux_2.29.1.bb31
1 files changed, 31 insertions, 0 deletions
diff --git a/meta/recipes-core/util-linux/util-linux_2.29.1.bb b/meta/recipes-core/util-linux/util-linux_2.29.1.bb
new file mode 100644
index 0000000000..1395b473fe
--- /dev/null
+++ b/meta/recipes-core/util-linux/util-linux_2.29.1.bb
@@ -0,0 +1,31 @@
1MAJOR_VERSION = "2.29"
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-qsort.patch"
8
9SRC_URI += "file://configure-sbindir.patch \
10 file://runuser.pamd \
11 file://runuser-l.pamd \
12 ${OLDHOST} \
13 file://ptest.patch \
14 file://run-ptest \
15 file://display_testname_for_subtest.patch \
16 file://avoid_parallel_tests.patch \
17 file://uuid-test-error-api.patch \
18"
19SRC_URI[md5sum] = "0cbb6d16ab9c5736e5649ef1264bee6e"
20SRC_URI[sha256sum] = "0ce40600b934ec2fecfa6bfc4efe6982d051ba96c2832b05201347aec582f54f"
21
22CACHED_CONFIGUREVARS += "scanf_cv_alloc_modifier=ms"
23
24EXTRA_OECONF_class-native = "${SHARED_EXTRA_OECONF} \
25 --disable-fallocate \
26 --disable-use-tty-group \
27"
28EXTRA_OECONF_class-nativesdk = "${SHARED_EXTRA_OECONF} \
29 --disable-fallocate \
30 --disable-use-tty-group \
31"