summaryrefslogtreecommitdiff
path: root/meta-phosphor/classes
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-06-16 05:01:33 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2016-06-16 05:09:47 +0300
commit382cb1b76785cdbc87d00ff250624755267ec178 (patch)
tree117fdb4f928beee2bdfb4173514b90e0210acb6e /meta-phosphor/classes
parent420a00764fbccf3523c46d1bcf076cc0f522217c (diff)
downloadopenbmc-382cb1b76785cdbc87d00ff250624755267ec178.tar.xz
Add build time dependencies to python for skeleton
Skeleton now invokes python setuptools to install its python applications in a top level makefile, so a build time dependency on native-python is required. It should be noted that skeleton invoking python from make is an interim thing until its python applications get their own repository. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/classes')
-rw-r--r--meta-phosphor/classes/config-in-skeleton.bbclass2
1 files changed, 2 insertions, 0 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"