summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python-iniparse_0.4.bb2
-rw-r--r--meta/recipes-devtools/python/python-pygpgme_0.3.bb2
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
13RDEPENDS_${PN} += "python-core" 13RDEPENDS_${PN} += "python-core"
14 14
15BBCLASSEXTEND = "native" 15BBCLASSEXTEND = "native nativesdk"
16 16
17S = "${WORKDIR}/iniparse-${PV}" 17S = "${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
16RDEPENDS_${PN} += "python-core" 16RDEPENDS_${PN} += "python-core"
17 17
18BBCLASSEXTEND = "native" 18BBCLASSEXTEND = "native nativesdk"