[dpdk-stable] patch 'devtools: fix build test on FreeBSD' has been queued to LTS release 18.11.2

Kevin Traynor ktraynor at redhat.com
Wed Apr 10 18:43:37 CEST 2019


Hi,

FYI, your patch has been queued to LTS release 18.11.2

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 04/16/19. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Thanks.

Kevin Traynor

---
>From 0f36c287928dda7c24cce24e544a2a2180ff83c2 Mon Sep 17 00:00:00 2001
From: Bruce Richardson <bruce.richardson at intel.com>
Date: Mon, 25 Feb 2019 15:40:01 +0000
Subject: [PATCH] devtools: fix build test on FreeBSD

[ upstream commit 3655096fb1dee33ce1e1f63da7b8b3b0c3aa3c2d ]

readlink option "-m" is not supported on FreeBSD (checked on BSD 11),
so change to the largely-equivalent "-f" flag.

Fixes: a55277a788df ("devtools: add test script for meson builds")

Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
---
 devtools/test-meson-builds.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devtools/test-meson-builds.sh b/devtools/test-meson-builds.sh
index 3edc805f6..e59474d53 100755
--- a/devtools/test-meson-builds.sh
+++ b/devtools/test-meson-builds.sh
@@ -8,5 +8,5 @@
 # Run ninja after configuration is done.
 
-srcdir=$(dirname $(readlink -m $0))/..
+srcdir=$(dirname $(readlink -f $0))/..
 MESON=${MESON:-meson}
 use_shared="--default-library=shared"
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2019-04-10 14:06:10.142209639 +0100
+++ 0029-devtools-fix-build-test-on-FreeBSD.patch	2019-04-10 14:06:07.845294678 +0100
@@ -1,13 +1,14 @@
-From 3655096fb1dee33ce1e1f63da7b8b3b0c3aa3c2d Mon Sep 17 00:00:00 2001
+From 0f36c287928dda7c24cce24e544a2a2180ff83c2 Mon Sep 17 00:00:00 2001
 From: Bruce Richardson <bruce.richardson at intel.com>
 Date: Mon, 25 Feb 2019 15:40:01 +0000
 Subject: [PATCH] devtools: fix build test on FreeBSD
 
+[ upstream commit 3655096fb1dee33ce1e1f63da7b8b3b0c3aa3c2d ]
+
 readlink option "-m" is not supported on FreeBSD (checked on BSD 11),
 so change to the largely-equivalent "-f" flag.
 
 Fixes: a55277a788df ("devtools: add test script for meson builds")
-Cc: stable at dpdk.org
 
 Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
 ---


More information about the stable mailing list