From 76e9ea8e5c74ad7ab78138bd330f70d69931410c Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Fri, 19 Aug 2016 16:00:37 +0800 Subject: util-linux: upgrade to 2.28.1 Signed-off-by: Chen Qi Signed-off-by: Richard Purdie --- meta/recipes-core/util-linux/util-linux_2.28.1.bb | 31 +++++++++++++++++++++++ meta/recipes-core/util-linux/util-linux_2.28.bb | 31 ----------------------- 2 files changed, 31 insertions(+), 31 deletions(-) create mode 100644 meta/recipes-core/util-linux/util-linux_2.28.1.bb delete mode 100644 meta/recipes-core/util-linux/util-linux_2.28.bb diff --git a/meta/recipes-core/util-linux/util-linux_2.28.1.bb b/meta/recipes-core/util-linux/util-linux_2.28.1.bb new file mode 100644 index 0000000000..f232cb9f3c --- /dev/null +++ b/meta/recipes-core/util-linux/util-linux_2.28.1.bb @@ -0,0 +1,31 @@ +MAJOR_VERSION = "2.28" +require util-linux.inc + +# To support older hosts, we need to patch and/or revert +# some upstream changes. Only do this for native packages. +OLDHOST = "" +OLDHOST_class-native = "file://util-linux-native-qsort.patch" + +SRC_URI += "file://configure-sbindir.patch \ + file://runuser.pamd \ + file://runuser-l.pamd \ + ${OLDHOST} \ + file://ptest.patch \ + file://run-ptest \ + file://display_testname_for_subtest.patch \ + file://avoid_parallel_tests.patch \ + file://uuid-test-error-api.patch \ +" +SRC_URI[md5sum] = "e2d863efaf4fd330a42c5efe9f1b02b4" +SRC_URI[sha256sum] = "3ece4ea4a34ef786b68f5c415e848390424232abd1ee00f7ee5bddc30657b60f" + +CACHED_CONFIGUREVARS += "scanf_cv_alloc_modifier=ms" + +EXTRA_OECONF_class-native = "${SHARED_EXTRA_OECONF} \ + --disable-fallocate \ + --disable-use-tty-group \ +" +EXTRA_OECONF_class-nativesdk = "${SHARED_EXTRA_OECONF} \ + --disable-fallocate \ + --disable-use-tty-group \ +" diff --git a/meta/recipes-core/util-linux/util-linux_2.28.bb b/meta/recipes-core/util-linux/util-linux_2.28.bb deleted file mode 100644 index 27fa88b50c..0000000000 --- a/meta/recipes-core/util-linux/util-linux_2.28.bb +++ /dev/null @@ -1,31 +0,0 @@ -MAJOR_VERSION = "2.28" -require util-linux.inc - -# To support older hosts, we need to patch and/or revert -# some upstream changes. Only do this for native packages. -OLDHOST = "" -OLDHOST_class-native = "file://util-linux-native-qsort.patch" - -SRC_URI += "file://configure-sbindir.patch \ - file://runuser.pamd \ - file://runuser-l.pamd \ - ${OLDHOST} \ - file://ptest.patch \ - file://run-ptest \ - file://display_testname_for_subtest.patch \ - file://avoid_parallel_tests.patch \ - file://uuid-test-error-api.patch \ -" -SRC_URI[md5sum] = "e534e6ccc49107e5d31c329af798ef7d" -SRC_URI[sha256sum] = "395847e2a18a2c317170f238892751e73a57104565344f8644090c8b091014bb" - -CACHED_CONFIGUREVARS += "scanf_cv_alloc_modifier=ms" - -EXTRA_OECONF_class-native = "${SHARED_EXTRA_OECONF} \ - --disable-fallocate \ - --disable-use-tty-group \ -" -EXTRA_OECONF_class-nativesdk = "${SHARED_EXTRA_OECONF} \ - --disable-fallocate \ - --disable-use-tty-group \ -" -- cgit 1.2.3-korg