Skip to content
Commit cfefc15d authored by Manojkiran Eda's avatar Manojkiran Eda Committed by ManojKiran Eda
Browse files

fix usage of broken feature in meson.build file



It seems that we are trying to convert file objects to strings which is
considered as a misfeature since it does not work reliably.

This is the warning that is seen while building pldm:

``` WARNING: Broken features used:
 * 1.3.0: {'str.format: Value other than strings, integers, bools, options,
   dictionaries and lists thereof.'}
```

Tested:

Rebuild pldm repository with the fix and it builds pldm without the
mentioned warning above.

Change-Id: If8fedf488d33de6dccc2c1b45c2bfe124fbc3384
Signed-off-by: default avatarManojkiran Eda <manojkiran.eda@gmail.com>
parent d28f08cf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment