diff options
author | Philip Balister <philip@balister.org> | 2017-01-25 13:06:43 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:43:23 +0100 |
commit | 7e7fd567a8f02093d65d5fc5f7506104d13ec95d (patch) | |
tree | bb830aa3cb186c3de1b23e9f43826722bfd5b1a6 /meta-python | |
parent | 396efbc55ba01445e19453feca0940b40a063058 (diff) | |
download | meta-openembedded-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>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-ndg-httpsclient_0.4.2.bb | 2 |
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 2da111265..ca0eb3263 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 @@ | |||
1 | inherit pypi setuptools | ||
2 | require python-ndg-httpsclient.inc | 1 | require python-ndg-httpsclient.inc |
2 | inherit pypi setuptools | ||