aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/python-pyparted
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
commit6186b263af64caa7fdd9ea317d8e73be89e6b500 (patch)
treeb2988464dee3c960d9e669a1665e4fb497ca91dc /recipes-extended/python-pyparted
parent939e13c369cccd96704c92d5d90c5249de410c37 (diff)
downloadmeta-python2-6186b263af64caa7fdd9ea317d8e73be89e6b500.tar.gz
python-pyparted: fix rdeps for native
(From meta-openembedded commit: 40ecf311feaf766b8219a7b6889daf9e0309f4a5) Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-extended/python-pyparted')
-rw-r--r--recipes-extended/python-pyparted/python-pyparted_3.9.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-extended/python-pyparted/python-pyparted_3.9.bb b/recipes-extended/python-pyparted/python-pyparted_3.9.bb
index 919b301..bfb4f6f 100644
--- a/recipes-extended/python-pyparted/python-pyparted_3.9.bb
+++ b/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"