[oe] [meta-python][PATCH] python-pyparted: fix rdeps for native

Tim Orling ticotimo at gmail.com
Sun Aug 24 01:36:17 UTC 2014


Signed-off-by: Tim Orling <TicoTimo at gmail.com>
---
 meta-python/recipes-extended/python-pyparted/python-pyparted_3.9.bb | 2 ++
 1 file changed, 2 insertions(+)

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"
-- 
1.9.3




More information about the Openembedded-devel mailing list