summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/util-linux/util-linux_2.24.1.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2014-03-04 22:06:05 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-11 20:28:57 -0700
commit4a4be6f089c4dfba72ced1611417431c00a504a9 (patch)
tree9c869399d8268e513947f730d7e8ce503ae9b9c8 /meta/recipes-core/util-linux/util-linux_2.24.1.bb
parentdeed314f7812c81443bea217e441c0d60f20072b (diff)
downloadpoky-4a4be6f089c4dfba72ced1611417431c00a504a9.tar.gz
util-linux: Update to 2.24.1
rebase native patch to remove sundisklabel as it's deprectated upstream Update LIC_FILES_CHECKSUM for modified text, no License Changes remove deprecated elvtune flag Rebase the fix-configure patch due to change in configure.ac (From OE-Core rev: f1faa0dcc6103fe720142b154ffbe3970f44d957) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/util-linux/util-linux_2.24.1.bb')
-rw-r--r--meta/recipes-core/util-linux/util-linux_2.24.1.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-core/util-linux/util-linux_2.24.1.bb b/meta/recipes-core/util-linux/util-linux_2.24.1.bb
new file mode 100644
index 0000000000..b08d68df76
--- /dev/null
+++ b/meta/recipes-core/util-linux/util-linux_2.24.1.bb
@@ -0,0 +1,26 @@
1MAJOR_VERSION = "2.24"
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
9SRC_URI += "file://util-linux-ng-replace-siginterrupt.patch \
10 file://util-linux-ng-2.16-mount_lock_path.patch \
11 file://uclibc-__progname-conflict.patch \
12 file://configure-sbindir.patch \
13 file://fix-configure.patch \
14 ${OLDHOST} \
15"
16
17SRC_URI[md5sum] = "88d46ae23ca599ac5af9cf96b531590f"
18SRC_URI[sha256sum] = "835eb6232cfab0118ef2e4fd649de0ba9f5bd1b8cbf9a7d4d84594541dec8410"
19
20CACHED_CONFIGUREVARS += "scanf_cv_alloc_modifier=as"
21EXTRA_OECONF_class-native = "${SHARED_EXTRA_OECONF} \
22 --disable-fallocate --disable-use-tty-group \
23"
24EXTRA_OECONF_class-nativesdk = "${SHARED_EXTRA_OECONF} \
25 --disable-fallocate --disable-use-tty-group \
26"