dpdk: Use gnu sed on FreeBSD for header fix ups 49/40849/2
authorTom Jones <thj@freebsd.org>
Thu, 1 Feb 2024 16:09:20 +0000 (16:09 +0000)
committerDamjan Marion <dmarion@0xa5.net>
Mon, 6 May 2024 11:36:29 +0000 (11:36 +0000)
commit5267b535285b2dd3775d8a8a88791100ef536243
tree8ec46913bc3587a9abaa231b85298edb96723607
parent0a2fdc56694db3226dc99065955787db65b9da5a
dpdk: Use gnu sed on FreeBSD for header fix ups

FreeBSD sed isn't compatible with gnu seds in place option. On FreeBSD
explicitly use gsed, on Linux and other platforms this is available just
as 'sed'.

Type: improvement
Change-Id: I6e4fcaf11d4d22cd3e4cd0c3327b16393542845f
Signed-off-by: Tom Jones <thj@freebsd.org>
build/external/packages/dpdk.mk