eal: remove deprecated function for mbuf pool ops
[dpdk.git] / lib / librte_eal / meson.build
index 259bb44..e1fde15 100644 (file)
@@ -18,10 +18,10 @@ elif host_machine.system() == 'freebsd'
        subdir('bsdapp/eal')
 
 else
-       error('unsupported system type @0@'.format(hostmachine.system()))
+       error('unsupported system type "@0@"'.format(host_machine.system()))
 endif
 
-version = 7  # the version of the EAL API
+version = 8  # the version of the EAL API
 allow_experimental_apis = true
 deps += 'compat'
 deps += 'kvargs'