meta-digi: Include package required for QT creator target debugging.

This commit includes the Python3-Json package that is required now
by QT creator python scripts when debugging an application with GDB
on the target.

Signed-off-by: Mike Engel <Mike.Engel@digi.com>
This commit is contained in:
Mike Engel 2017-07-24 18:05:08 +02:00
parent 2faf4ae7f4
commit e27257c53f
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# Copyright (C) 2017, Digi International Inc.
RDEPENDS_${PN} += "nativesdk-python3-json"