diff options
Diffstat (limited to 'meta/recipes-core/util-linux/util-linux_2.29.2.bb')
| -rw-r--r-- | meta/recipes-core/util-linux/util-linux_2.29.2.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta/recipes-core/util-linux/util-linux_2.29.2.bb b/meta/recipes-core/util-linux/util-linux_2.29.2.bb new file mode 100644 index 0000000000..11303f8ddf --- /dev/null +++ b/meta/recipes-core/util-linux/util-linux_2.29.2.bb | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | MAJOR_VERSION = "2.29" | ||
| 2 | require 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. | ||
| 6 | OLDHOST = "" | ||
| 7 | OLDHOST_class-native = "file://util-linux-native-qsort.patch" | ||
| 8 | |||
| 9 | SRC_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 | " | ||
| 19 | SRC_URI[md5sum] = "63c40c2068fcbb7e1d5c1d281115d973" | ||
| 20 | SRC_URI[sha256sum] = "accea4d678209f97f634f40a93b7e9fcad5915d1f4749f6c47bee6bf110fe8e3" | ||
| 21 | |||
| 22 | CACHED_CONFIGUREVARS += "scanf_cv_alloc_modifier=ms" | ||
| 23 | |||
| 24 | EXTRA_OECONF_class-native = "${SHARED_EXTRA_OECONF} \ | ||
| 25 | --disable-fallocate \ | ||
| 26 | --disable-use-tty-group \ | ||
| 27 | " | ||
| 28 | EXTRA_OECONF_class-nativesdk = "${SHARED_EXTRA_OECONF} \ | ||
| 29 | --disable-fallocate \ | ||
| 30 | --disable-use-tty-group \ | ||
| 31 | " | ||
