commit | de2a6ace8ce6b9791824a63d762507ce6faaef7c | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Jun 28 18:42:21 2016 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Jun 30 13:41:02 2016 -0400 |
tree | 8cabfe52d62c1383fbc0ec13f4364189fe21f1a1 | |
parent | dbdb63c5448c1356d3d86837b8bee9b1aa3b5597 [diff] [blame] |
Add skeleton classes A number of classes to be used by recipes pointing to the skeleton project. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/classes/skeleton-python.bbclass b/meta-phosphor/classes/skeleton-python.bbclass new file mode 100644 index 0000000..5464e2d --- /dev/null +++ b/meta-phosphor/classes/skeleton-python.bbclass
@@ -0,0 +1,5 @@ +inherit skeleton +inherit allarch +inherit setuptools + +DEPENDS += "python"