diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2019-01-22 11:56:09 +0000 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2019-01-22 13:58:54 +0000 |
commit | cdf5a3324c79d8d16ba8c21457e5e7cf5415b3bf (patch) | |
tree | 294840a87bc82d80f36babb468132152b1eb1e00 | |
parent | 5abe9a96f9966613bd415cfcefe1a76d9291d5c8 (diff) |
Note meson version and patches in d/changelog
Change-Id: I02d2391d38e61384381fdbe1a35c198bf66e943e
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ce0670f2..ad52442c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -65,6 +65,13 @@ dpdk (18.11-4~git1.1) UNRELEASED; urgency=medium DPDK's requirements. * Binary kernel module build: use kernel headers from highest version rather than what uname -a returns by default. + * Backport the following Meson patches to fix dependencies issues: + - 0003-build-mention-march-in-pkg-config-description.patch + - 0004-build-bump-minimum-Meson-version-to-0.47.1.patch + - 0005-build-use-dependency-instead-of-find_library.patch + - 0006-build-reorder-libraries-and-build-eal-before-cmdline.patch + - 0007-build-use-dependency-for-libbsd-instead-of-manual-ap.patch + Bump mimimum Meson version to 0.47.1 accordingly. [ Christian Ehrhardt ] * d/control: fix libnuma compile issues now available on armhf |