Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 1 | SUMMARY = "OpenBMC python devtools" |
| 2 | DESCRIPTION = "Shortcut scripts for developers." |
| 3 | PR = "r1" |
Patrick Venture | cd03011 | 2018-10-09 19:45:26 -0700 | [diff] [blame] | 4 | PV = "1.0+git${SRCPV}" |
Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 5 | |
| 6 | inherit skeleton-python |
| 7 | |
| 8 | VIRTUAL-RUNTIME_skeleton_workbook ?= "" |
| 9 | |
| 10 | RDEPENDS_${PN} += "\ |
| 11 | python-dbus \ |
| 12 | python-json \ |
| 13 | python-xml \ |
| 14 | python-pygobject \ |
| 15 | ${VIRTUAL-RUNTIME_skeleton_workbook} \ |
| 16 | " |
| 17 | |
| 18 | SKELETON_DIR = "pytools" |