diff options
author | Tim Orling <ticotimo@gmail.com> | 2014-08-23 18:36:17 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-27 12:49:19 +0200 |
commit | 40ecf311feaf766b8219a7b6889daf9e0309f4a5 (patch) | |
tree | b2e659764ae9616b41d0ef0b2d0e1d37e200074a /meta-python/recipes-extended | |
parent | 768f20b8ad12aadc9f2e6f52b342e6a1b243dc2a (diff) | |
download | ast2050-yocto-openembedded-40ecf311feaf766b8219a7b6889daf9e0309f4a5.zip ast2050-yocto-openembedded-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/recipes-extended')
-rw-r--r-- | meta-python/recipes-extended/python-pyparted/python-pyparted_3.9.bb | 2 |
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 919b301..bfb4f6f 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" |