aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2017-01-25 13:06:43 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-13 18:43:23 +0100
commit7e7fd567a8f02093d65d5fc5f7506104d13ec95d (patch)
treebb830aa3cb186c3de1b23e9f43826722bfd5b1a6
parent396efbc55ba01445e19453feca0940b40a063058 (diff)
downloadmeta-openembedded-contrib-7e7fd567a8f02093d65d5fc5f7506104d13ec95d.tar.gz
python-ndg-httpsclient: Fix build for per recipe sysroot.
Reverse order of include and inherit to prevent DEPENDS= being overwritten. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python-ndg-httpsclient_0.4.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-ndg-httpsclient_0.4.2.bb b/meta-python/recipes-devtools/python/python-ndg-httpsclient_0.4.2.bb
index 2da111265a..ca0eb32638 100644
--- a/meta-python/recipes-devtools/python/python-ndg-httpsclient_0.4.2.bb
+++ b/meta-python/recipes-devtools/python/python-ndg-httpsclient_0.4.2.bb
@@ -1,2 +1,2 @@
-inherit pypi setuptools
require python-ndg-httpsclient.inc
+inherit pypi setuptools