summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2016-06-16 13:51:25 -0500
committerGitHub <noreply@github.com>2016-06-16 13:51:25 -0500
commiteca0a4f5569b3abe568196698bf2e147b33512b6 (patch)
treebfc22e3fc268822a8125f4bc962a1ed6b29a0a01
parent46e8769570f3284915df7a643461dec64c30f29c (diff)
parent382cb1b76785cdbc87d00ff250624755267ec178 (diff)
downloadtalos-openbmc-eca0a4f5569b3abe568196698bf2e147b33512b6.tar.gz
talos-openbmc-eca0a4f5569b3abe568196698bf2e147b33512b6.zip
Merge pull request #371 from bradbishop/skeleton-python
Add build time dependencies to python for skeleton
-rw-r--r--meta-phosphor/classes/config-in-skeleton.bbclass2
-rw-r--r--meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb2
2 files changed, 3 insertions, 1 deletions
diff --git a/meta-phosphor/classes/config-in-skeleton.bbclass b/meta-phosphor/classes/config-in-skeleton.bbclass
index 33266be69..72249ff1e 100644
--- a/meta-phosphor/classes/config-in-skeleton.bbclass
+++ b/meta-phosphor/classes/config-in-skeleton.bbclass
@@ -3,7 +3,9 @@
inherit allarch
inherit setuptools
+inherit pythonnative
+DEPENDS += "python"
SRC_URI += "git://github.com/openbmc/skeleton;subpath=configs"
S = "${WORKDIR}/configs"
diff --git a/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb b/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb
index 97627925e..4dc9dfff1 100644
--- a/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb
+++ b/meta-phosphor/common/recipes-phosphor/skeleton/skeleton.bb
@@ -16,7 +16,7 @@ inherit python-dir
VIRTUAL-RUNTIME_skeleton_workbook ?= ""
-DEPENDS += "glib-2.0 systemd"
+DEPENDS += "glib-2.0 systemd python"
RDEPENDS_${PN} += "python-subprocess python-compression libsystemd ${VIRTUAL-RUNTIME_skeleton_workbook}"
SRC_URI += "git://github.com/openbmc/skeleton"
OpenPOWER on IntegriCloud