aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2014-08-23 18:36:17 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2014-08-27 12:49:19 +0200
commit40ecf311feaf766b8219a7b6889daf9e0309f4a5 (patch)
treeb2e659764ae9616b41d0ef0b2d0e1d37e200074a /meta-python
parent768f20b8ad12aadc9f2e6f52b342e6a1b243dc2a (diff)
downloadmeta-openembedded-contrib-40ecf311feaf766b8219a7b6889daf9e0309f4a5.tar.gz
python-pyparted: fix rdeps for native
Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-extended/python-pyparted/python-pyparted_3.9.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-extended/python-pyparted/python-pyparted_3.9.bb b/meta-python/recipes-extended/python-pyparted/python-pyparted_3.9.bb
index 919b301db7..bfb4f6f87b 100644
--- a/meta-python/recipes-extended/python-pyparted/python-pyparted_3.9.bb
+++ b/meta-python/recipes-extended/python-pyparted/python-pyparted_3.9.bb
@@ -18,4 +18,6 @@ S = "${WORKDIR}/pyparted-${PV}"
inherit distutils
RDEPENDS_${PN} += "python-stringold python-codecs python-math"
+RDEPENDS_${PN}_class-native = ""
+
BBCLASSEXTEND += "native"