ansible: update DPDK meson version 12/33512/1
authorJuraj Linkeš <juraj.linkes@pantheon.tech>
Tue, 17 Aug 2021 13:36:50 +0000 (15:36 +0200)
committerJuraj Linkeš <juraj.linkes@pantheon.tech>
Tue, 17 Aug 2021 13:36:50 +0000 (15:36 +0200)
DPDK compilaiton is failing with:
ERROR:  Meson version is 0.47.1 but project requires >= 0.49.2.

Change-Id: I692058819021ffaef9b85c0414041c5fcfa5fd96
Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
fdio.infra.ansible/roles/common/tasks/main.yaml

index 60b4984..1233690 100644 (file)
@@ -30,7 +30,7 @@
 - name: Inst - Meson (DPDK)
   pip:
     name:
-      - "meson==0.47.1"
+      - "meson==0.49.2"
   tags:
     - common-inst-meson