diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-01-26 17:42:36 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-14 14:42:17 +0000 |
commit | d4efcded26706f50f8ca98d76df2b349ed1f1792 (patch) | |
tree | 10750696b5e3e2a9df1f31aba652ffff42b5e6bf /meta/recipes-devtools/python | |
parent | df3734551fdf1f3f0909a83b74c4feb4c483f7d1 (diff) | |
download | poky-d4efcded26706f50f8ca98d76df2b349ed1f1792.tar.gz |
nativesdk-packagegroup-sdk-host: replace smartpm with dnf
(From OE-Core rev: 45b97161915ce7872ef7161451a5c83507072a72)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python-iniparse_0.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python-pygpgme_0.3.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python-iniparse_0.4.bb b/meta/recipes-devtools/python/python-iniparse_0.4.bb index f2515759b1..c6d98c2fdf 100644 --- a/meta/recipes-devtools/python/python-iniparse_0.4.bb +++ b/meta/recipes-devtools/python/python-iniparse_0.4.bb | |||
@@ -12,6 +12,6 @@ inherit distutils | |||
12 | 12 | ||
13 | RDEPENDS_${PN} += "python-core" | 13 | RDEPENDS_${PN} += "python-core" |
14 | 14 | ||
15 | BBCLASSEXTEND = "native" | 15 | BBCLASSEXTEND = "native nativesdk" |
16 | 16 | ||
17 | S = "${WORKDIR}/iniparse-${PV}" | 17 | S = "${WORKDIR}/iniparse-${PV}" |
diff --git a/meta/recipes-devtools/python/python-pygpgme_0.3.bb b/meta/recipes-devtools/python/python-pygpgme_0.3.bb index f7dd835eee..ac8bc9d62e 100644 --- a/meta/recipes-devtools/python/python-pygpgme_0.3.bb +++ b/meta/recipes-devtools/python/python-pygpgme_0.3.bb | |||
@@ -15,4 +15,4 @@ DEPENDS = "gpgme python" | |||
15 | 15 | ||
16 | RDEPENDS_${PN} += "python-core" | 16 | RDEPENDS_${PN} += "python-core" |
17 | 17 | ||
18 | BBCLASSEXTEND = "native" | 18 | BBCLASSEXTEND = "native nativesdk" |