summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/util-linux/util-linux_2.30.bb
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2017-06-13 12:51:52 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-23 11:44:13 +0100
commit953e61870e719ae84c4db12f629d233d7ed78a56 (patch)
tree624e30be7eae5b5bba11571ac3c17520645a9386 /meta/recipes-core/util-linux/util-linux_2.30.bb
parent21f93730e2d2946c8f96702a294dcebb8d30f30e (diff)
downloadpoky-953e61870e719ae84c4db12f629d233d7ed78a56.tar.gz
util-linux: upgrade to 2.30
Drop uuid-test-error-api.patch as it's been fixed upstream differently: https://github.com/karelzak/util-linux/commit/b770b487004778f4425639c7ed1bb6ca22d157bf Drop ptest for tailf, as it got deprecated and removed: https://github.com/karelzak/util-linux/commit/70ca1a77721b41f2355eeb00d4e55e13dba3e313 (From OE-Core rev: 6b69e08cf60abbc40236cc3894b9783d720a6e6d) Signed-off-by: Denys Dmytriyenko <denys@ti.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.30.bb')
-rw-r--r--meta/recipes-core/util-linux/util-linux_2.30.bb30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-core/util-linux/util-linux_2.30.bb b/meta/recipes-core/util-linux/util-linux_2.30.bb
new file mode 100644
index 0000000000..6b309b555f
--- /dev/null
+++ b/meta/recipes-core/util-linux/util-linux_2.30.bb
@@ -0,0 +1,30 @@
1MAJOR_VERSION = "2.30"
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"
18SRC_URI[md5sum] = "eaa3429150268027908a1b8ae6ee9a62"
19SRC_URI[sha256sum] = "c208a4ff6906cb7f57940aa5bc3a6eed146e50a7cc0a092f52ef2ab65057a08d"
20
21CACHED_CONFIGUREVARS += "scanf_cv_alloc_modifier=ms"
22
23EXTRA_OECONF_class-native = "${SHARED_EXTRA_OECONF} \
24 --disable-fallocate \
25 --disable-use-tty-group \
26"
27EXTRA_OECONF_class-nativesdk = "${SHARED_EXTRA_OECONF} \
28 --disable-fallocate \
29 --disable-use-tty-group \
30"