diff options
| author | Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com> | 2019-12-11 23:10:16 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2020-02-27 08:33:25 -0800 |
| commit | 3645a86366ba43dc6708584d0660685f18bd400a (patch) | |
| tree | b63b8e5a4ae388d0e1c62016bb39cea04c3130a0 /meta-xilinx-standalone/classes | |
| parent | 03b6b8b11aaee199670bec1bf25a270c922e15ec (diff) | |
| download | meta-xilinx-3645a86366ba43dc6708584d0660685f18bd400a.tar.gz | |
libraries: Add inherit on python3native on libraries that were invoking nativepython3
When invoking nativepython3, we need to make sure that there is
a dependency to python3-native, along with this, the python3native
class provides additional wiring for using the python3 version that
was built by the build system
Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone/classes')
| -rw-r--r-- | meta-xilinx-standalone/classes/esw_examples.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone/classes/esw_examples.bbclass b/meta-xilinx-standalone/classes/esw_examples.bbclass index 8b59ccb9..50bd6bd8 100644 --- a/meta-xilinx-standalone/classes/esw_examples.bbclass +++ b/meta-xilinx-standalone/classes/esw_examples.bbclass | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | inherit esw deploy | 1 | inherit esw deploy python3native |
| 2 | 2 | ||
| 3 | DEPENDS += "dtc-native python3-pyyaml-native xilstandalone xiltimer device-tree" | 3 | DEPENDS += "dtc-native python3-pyyaml-native xilstandalone xiltimer device-tree" |
| 4 | 4 | ||
