test: fix rpath for drivers with meson
authorTimothy Redaelli <tredaelli@redhat.com>
Wed, 1 Jul 2020 17:16:38 +0000 (19:16 +0200)
committerDavid Marchand <david.marchand@redhat.com>
Tue, 7 Jul 2020 12:06:49 +0000 (14:06 +0200)
commitf62093e7390d39c160205a4915ce0b4de116a0c3
treef474039ea21448f24d6ecc824849f569829d3c9b
parent598be723953889a6e0af410c82c223dee8381dab
test: fix rpath for drivers with meson

This commit fixes the setting of relative rpath on dpdk-test for
drivers ($libdir/dpdk/pmd-$abiver) to the correct absolute rpath
($prefix$libdir/dpdk/pmd-$abiver).

Fixes: b5dc795a8a55 ("test: build app with meson as dpdk-test")
Cc: stable@dpdk.org
Signed-off-by: Timothy Redaelli <tredaelli@redhat.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
app/test/meson.build