diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2017-03-03 22:36:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-08 11:52:56 +0000 |
commit | fee8d9fdba8e2f20da9ab5cb7e42657683c06588 (patch) | |
tree | df6817522aa14302fa0b3836229a8075b50319f3 /meta/recipes-extended/parted/parted_3.2.bb | |
parent | 2e213dd1b39615cf0f8ff92b6164c4f6c80b1844 (diff) | |
download | poky-fee8d9fdba8e2f20da9ab5cb7e42657683c06588.tar.gz |
parted: fix rss+perf+gold failure on do_compile_ptest_base
Was detected in Martin's world build
(From OE-Core rev: 2f41ca3911dd5d227e2dc2801c89149cd4e37434)
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/parted/parted_3.2.bb')
-rw-r--r-- | meta/recipes-extended/parted/parted_3.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/parted/parted_3.2.bb b/meta/recipes-extended/parted/parted_3.2.bb index edc4bd3cc4..9ce2dfecd3 100644 --- a/meta/recipes-extended/parted/parted_3.2.bb +++ b/meta/recipes-extended/parted/parted_3.2.bb | |||
@@ -13,6 +13,7 @@ SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.xz \ | |||
13 | file://fix-compile-failure-while-dis.patch \ | 13 | file://fix-compile-failure-while-dis.patch \ |
14 | file://0001-Include-fcntl.h-in-platform_defs.h.patch \ | 14 | file://0001-Include-fcntl.h-in-platform_defs.h.patch \ |
15 | file://0001-Unset-need_charset_alias-when-building-for-musl.patch \ | 15 | file://0001-Unset-need_charset_alias-when-building-for-musl.patch \ |
16 | file://0002-libparted_fs_resize-link-against-libuuid-explicitly-.patch \ | ||
16 | file://parted-3.2-sysmacros.patch \ | 17 | file://parted-3.2-sysmacros.patch \ |
17 | file://run-ptest \ | 18 | file://run-ptest \ |
18 | file://Makefile \ | 19 | file://Makefile \ |