summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/util-linux/util-linux_2.27.1.bb
diff options
context:
space:
mode:
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"